[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:
Denys Vuika
2023-07-19 11:03:39 +01:00
committed by GitHub
parent 96cc0111d6
commit f9f5834fb7
18 changed files with 16 additions and 554 deletions
-62
View File
@@ -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",