added new anatomy-templates-enum to readme

This commit is contained in:
iLLiCiTiT 2021-08-26 19:31:20 +02:00
parent cb6b27f62e
commit fd30b92904

View file

@ -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`)