🔀 Merge pull request #523 from Lissy93/FEATURE/improved-network-request-controls

[FEATURE] Clearer info on network requests
This commit is contained in:
Alicia Sykes
2022-04-02 13:26:19 +01:00
committed by GitHub
4 changed files with 248 additions and 148 deletions

View File

@@ -296,7 +296,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",