mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-05 01:47:24 +00:00
State: init
This commit is contained in:
parent
e222f39b90
commit
fab7c1eb05
5 changed files with 81 additions and 0 deletions
27
src/components/state/state-icon.json
Normal file
27
src/components/state/state-icon.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"collectionName": "components_state_state_icons",
|
||||
"info": {
|
||||
"displayName": "State Icons",
|
||||
"icon": "lock",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"open": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"required": true,
|
||||
"allowedTypes": [
|
||||
"images"
|
||||
]
|
||||
},
|
||||
"closed": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"required": true,
|
||||
"allowedTypes": [
|
||||
"images"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue