17 lines
255 B
JSON
17 lines
255 B
JSON
{
|
|
"collectionName": "components_shared_thing_i_dos",
|
|
"info": {
|
|
"displayName": "Thing I Do",
|
|
"icon": "walk",
|
|
"description": ""
|
|
},
|
|
"options": {},
|
|
"attributes": {
|
|
"Title": {
|
|
"type": "string"
|
|
},
|
|
"Description": {
|
|
"type": "text"
|
|
}
|
|
}
|
|
}
|