soupette fde9b99a44 Add permissions to Inputs level
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-07-08 11:37:47 +02:00

22 lines
340 B
JSON

{
"collectionName": "components_blog_contents",
"info": {
"name": "content",
"icon": "ad"
},
"options": {},
"attributes": {
"name": {
"type": "string"
},
"content": {
"type": "text"
},
"sub": {
"type": "component",
"repeatable": false,
"component": "blog.sub"
}
}
}