mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added new anatomy-templates-enum to readme
This commit is contained in:
parent
cb6b27f62e
commit
fd30b92904
1 changed files with 14 additions and 0 deletions
|
|
@ -380,6 +380,20 @@ How output of the schema could look like on save:
|
|||
}
|
||||
```
|
||||
|
||||
### anatomy-templates-enum
|
||||
- enumeration of all available anatomy template keys
|
||||
- have only single selection mode
|
||||
- it is possible to define default value `default`
|
||||
- `"work"` is used if default value is not specified
|
||||
```
|
||||
{
|
||||
"key": "host",
|
||||
"label": "Host name",
|
||||
"type": "anatomy-templates-enum",
|
||||
"default": "publish"
|
||||
}
|
||||
```
|
||||
|
||||
### hosts-enum
|
||||
- enumeration of available hosts
|
||||
- multiselection can be allowed with setting key `"multiselection"` to `True` (Default: `False`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue