mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-3775] add missing plugin configuration (#1820)
* add missing plugin files, update readme * add missing providers * about and settings extensions * leave only about
This commit is contained in:
@@ -713,6 +713,15 @@
|
||||
"minItems": 0,
|
||||
"uniqueItems": true
|
||||
},
|
||||
"$ignoreReferenceList": {
|
||||
"description": "Plugins references to exclude",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"minItems": 0,
|
||||
"uniqueItems": true
|
||||
},
|
||||
"rules": {
|
||||
"description": "List of rule definitions",
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user