mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
json schema fixes
This commit is contained in:
parent
ca6bb5223f
commit
d9b2565783
@ -9,6 +9,10 @@
|
||||
"fullscreen",
|
||||
"LGPL",
|
||||
"Browserstack",
|
||||
"mincount",
|
||||
"QNAME",
|
||||
"PNAME",
|
||||
"mimetype",
|
||||
|
||||
"ngrx",
|
||||
"ngstack",
|
||||
|
@ -386,11 +386,11 @@
|
||||
}
|
||||
},
|
||||
"content-metadata-layout-group": {
|
||||
"description": "Content metadata's layout groups definition",
|
||||
"description": "Content metadata layout groups definition",
|
||||
"type": "array",
|
||||
"items": [
|
||||
{
|
||||
"description": "Content metadata's one layout group definition",
|
||||
"description": "Content metadata layout group definition",
|
||||
"type": "object",
|
||||
"required": ["id"],
|
||||
"properties": {
|
||||
@ -400,11 +400,11 @@
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"description": "Content metadata's one layout group definition's title"
|
||||
"description": "Content metadata layout group definition title"
|
||||
},
|
||||
"items": {
|
||||
"type": "array",
|
||||
"description": "Content metadata's one layout group definition's items",
|
||||
"description": "Content metadata layout group definition items",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{
|
||||
@ -529,6 +529,14 @@
|
||||
"description": "Unique identifier.",
|
||||
"type": "string"
|
||||
},
|
||||
"disabled": {
|
||||
"description": "Toggles the disabled state",
|
||||
"type": "boolean"
|
||||
},
|
||||
"order": {
|
||||
"description": "Element order",
|
||||
"type": "number"
|
||||
},
|
||||
"key": {
|
||||
"description": "Property key",
|
||||
"type": "string"
|
||||
|
Loading…
x
Reference in New Issue
Block a user