🏷️ Adds new data types for iconography, and documents

This commit is contained in:
Alicia Sykes
2021-06-21 19:30:17 +01:00
parent 75fc677ff9
commit 4b3d20f43f
3 changed files with 25 additions and 2 deletions

View File

@@ -69,6 +69,18 @@
"pattern": "^[a-z0-9]{10}$",
"description": "API key for font-awesome"
},
"faviconApi": {
"enum": [
"local",
"faviconkit",
"google",
"clearbit",
"webmasterapi",
"allesedv"
],
"default": "faviconkit",
"description": "Which service to use to resolve favicons. Set to local to do this locally instead"
},
"layout": {
"enum": [
"horizontal",
@@ -263,7 +275,7 @@
"icon": {
"type": "string",
"nullable": true,
"description": "An icon, either as a font-awesome identifier, local or remote URL, or auto-fetched favicon"
"description": "An icon, either as a font-awesome identifier, local or remote URL, or the word favicon or generative"
},
"url": {
"type": "string",