mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
@@ -665,6 +665,37 @@
|
||||
}
|
||||
},
|
||||
"required": ["name", "key", "type"]
|
||||
},
|
||||
"searchRef": {
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "Unique identifier.",
|
||||
"type": "string"
|
||||
},
|
||||
"order": {
|
||||
"description": "Element order",
|
||||
"type": "number"
|
||||
},
|
||||
"rules": {
|
||||
"description": "Element rules",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"disabled": {
|
||||
"description": "Rule to evaluate the visibility state",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"$ref": "node_modules/@alfresco/adf-core/app.config.schema.json#/definitions/search-configuration"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -914,6 +945,13 @@
|
||||
"minItems": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"description": "aca search extension",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/searchRef"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user