Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add a css style to theme.json to allow setting of custom css strings
  • Loading branch information
glendaviesnz committed Dec 1, 2022
commit 9dcb04e4c2c12904cc8dc45063b7487fd9c6aec6
8 changes: 7 additions & 1 deletion schemas/json/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,10 @@
}
},
"additionalProperties": false
},
"css": {
"description": "Sets custom CSS.",
"type": "string"
}
}
},
Expand All @@ -1186,7 +1190,8 @@
"typography": {},
"filter": {},
"shadow": {},
"outline": {}
"outline": {},
"css": {}
},
"additionalProperties": false
}
Expand Down Expand Up @@ -1629,6 +1634,7 @@
"filter": {},
"shadow": {},
"outline": {},
"css": {},
"elements": {
"description": "Styles defined on a per-element basis using the element's selector.",
"$ref": "#/definitions/stylesElementsPropertiesComplete"
Expand Down