🗃️ (#250) Adds colCount to schema and docs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user