🗃️ (#250) Adds colCount to schema and docs

This commit is contained in:
Alicia Sykes
2021-10-02 18:25:48 +01:00
parent 98d50446a1
commit c896120718
2 changed files with 8 additions and 1 deletions

View File

@@ -145,6 +145,12 @@
"default": "medium",
"description": "The size of each link item / icon"
},
"colCount": {
"type": "number",
"minimum": 1,
"maximum": 8,
"description": "Number of section columns for homepage. Leave blank for column count to be responsively calculated based on screen size"
},
"hideComponents": {
"type": "object",
"description": "Hide individual parts of the page. If not set, all components are visible by default",