search extension docs updates (#2210)

* * docs updates

* * fix lints
This commit is contained in:
Dharan
2021-07-02 09:42:22 +01:00
committed by GitHub
parent ab68f4f07e
commit 6670f9c75d
6 changed files with 202 additions and 198 deletions
+38
View File
@@ -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"
}
}
}
}