You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
530 B
JSON

{
"collectionName": "components_project_project_documentations",
"info": {
"name": "project documentation",
"icon": "book-open",
"description": ""
},
"options": {},
"attributes": {
"contents": {
"type": "richtext",
"required": true
},
"documentation": {
"type": "component",
"repeatable": false,
"component": "project.documentation"
},
"references": {
"type": "component",
"repeatable": false,
"component": "project.references"
}
}
}