mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
removed dict-item from readme
This commit is contained in:
parent
cc8faba5bf
commit
83ff6bc85b
1 changed files with 0 additions and 31 deletions
|
|
@ -207,37 +207,6 @@
|
|||
}
|
||||
```
|
||||
|
||||
### dict-item
|
||||
- item represents dictionary with strict keys in and data types of its values
|
||||
- can be used only as widget (in `list` or `dict-modifiable`)
|
||||
- only key modifier is `children` which is list of it's keys
|
||||
- USAGE: e.g. List of dictionaries where each dictionary have same structure.
|
||||
|
||||
```
|
||||
{
|
||||
"type": "list",
|
||||
"key": "profiles",
|
||||
"label": "Profiles",
|
||||
"object_type": "dict-item",
|
||||
"input_modifiers": {
|
||||
"children": [
|
||||
{
|
||||
"key": "families",
|
||||
"label": "Families",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
}, {
|
||||
"key": "hosts",
|
||||
"label": "Hosts",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
}
|
||||
...
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### list-strict
|
||||
- input for strict number of items in list
|
||||
- each child item can be different type with different possible modifiers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue