🗃 Adds enableMaterialDesignIcons option to appConfig

This commit is contained in:
Alicia Sykes
2022-03-02 13:27:14 +00:00
parent f7a8395f4a
commit 7ba5cc23b7
2 changed files with 9 additions and 2 deletions

View File

@@ -284,7 +284,13 @@
"title": "Enable Font-Awesome?",
"type": "boolean",
"default": true,
"description": "Should load font-awesome assets"
"description": "If true, font-awesome will be loaded, if false they will not be. If left empty, icons will only be loaded if needed"
},
"enableMaterialDesignIcons": {
"title": "Enable Font-Awesome?",
"type": "boolean",
"default": false,
"description": "If true, material-design-icons will be loaded, if false they will not be. If left empty, icons will only be loaded if needed"
},
"fontAwesomeKey": {
"title": "Font-Awesome API Key",