mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-5634] remove unused i18n resources (#3348)
* remove unused "settings" section * remove unused "avatar" section * remove unused "toolbar" section * remove unused i18n section * remove unused i18n section
This commit is contained in:
@@ -610,62 +610,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"settingsGroupRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "Unique identifier",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Category name, can be translation key",
|
||||
"type": "string"
|
||||
},
|
||||
"parameters": {
|
||||
"description": "Settings group parameters",
|
||||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/settingsGroupParameterRef" },
|
||||
"minItems": 1
|
||||
},
|
||||
"rules": {
|
||||
"description": "Element rules",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"visible": {
|
||||
"description": "Rule to evaluate the visibility state",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["id", "name", "parameters"]
|
||||
},
|
||||
"settingsGroupParameterRef": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"description": "Unique identifier",
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Public name, can be a translation key",
|
||||
"type": "string"
|
||||
},
|
||||
"key": {
|
||||
"description": "The key to use when saving to the storage",
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"description": "The type of the value",
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"description": "Default value to use for the setting",
|
||||
"type": ["boolean", "string", "number"]
|
||||
}
|
||||
},
|
||||
"required": ["name", "key", "type"]
|
||||
},
|
||||
"searchRef": {
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
@@ -766,12 +710,6 @@
|
||||
"items": { "$ref": "#/definitions/actionRef" },
|
||||
"minItems": 1
|
||||
},
|
||||
"settings": {
|
||||
"description": "List of application-specific setting groups",
|
||||
"type": "array",
|
||||
"items": { "$ref": "#/definitions/settingsGroupRef" },
|
||||
"minItems": 1
|
||||
},
|
||||
"features": {
|
||||
"description": "Application-specific features and extensions",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user