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