@@ -247,8 +247,8 @@ i.e. not Backstage specific but the same as in Kubernetes.
|
||||
|
||||
### `title` [optional]
|
||||
|
||||
A nice display name of the entity, to be presented in user interfaces instead of
|
||||
the `name` property above, when available.
|
||||
A display name of the entity, to be presented in user interfaces instead of the
|
||||
`name` property above, when available.
|
||||
|
||||
This field is sometimes useful when the `name` is cumbersome or ends up being
|
||||
perceived as overly technical. The title generally does not have as stringent
|
||||
|
||||
@@ -119,8 +119,8 @@ export type EntityMeta = JsonObject & {
|
||||
namespace?: string;
|
||||
|
||||
/**
|
||||
* A nice display name of the entity, to be presented in user interfaces
|
||||
* instead of the `name` property above, when available.
|
||||
* A display name of the entity, to be presented in user interfaces instead
|
||||
* of the `name` property above, when available.
|
||||
*
|
||||
* This field is sometimes useful when the `name` is cumbersome or ends up
|
||||
* being perceived as overly technical. The title generally does not have
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"description": "A nice display name of the entity, to be presented in user interfaces instead of the name property, when available.",
|
||||
"description": "A display name of the entity, to be presented in user interfaces instead of the name property, when available.",
|
||||
"examples": ["React SSR Template"],
|
||||
"minLength": 1
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user