Fixes theme colors
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"blockMinorHeader.json": {
|
||||
"hash": "7731a8c090a6de368ba735f3cfdc973d"
|
||||
},
|
||||
"blockMinorTabHeaderSelected.json": {
|
||||
"hash": "f40116bfcc55ac8be7b1dcc646efc37a"
|
||||
},
|
||||
"blockTabHeaderBg.json": {
|
||||
"hash": "f548168a30a1d58f885379c826512664"
|
||||
},
|
||||
@@ -8,6 +14,9 @@
|
||||
"blockTabHeaderTextColor.json": {
|
||||
"hash": "60987b64d0d5440a964a29356f62c9a6"
|
||||
},
|
||||
"blockTextHeader.json": {
|
||||
"hash": "2632f59dbe2d84a048a962dc57ce3be9"
|
||||
},
|
||||
"borderColor.json": {
|
||||
"hash": "188643a00ec1edff6b6c9a56ac2ee460"
|
||||
},
|
||||
@@ -68,6 +77,9 @@
|
||||
"contentHighlightBg.json": {
|
||||
"hash": "3f25b8f5a6851ecae0eaf5e3791c9cd9"
|
||||
},
|
||||
"emailPublicLogoUrl.json": {
|
||||
"hash": "a47025c3de1bbb9bc269501d9a13fcae"
|
||||
},
|
||||
"errorBg.json": {
|
||||
"hash": "0640f2a117475e7615a8004007937f3a"
|
||||
},
|
||||
|
||||
22
style_properties/blockMinorHeader.json
Normal file
22
style_properties/blockMinorHeader.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"group_name": "block",
|
||||
"title": "Block minor header",
|
||||
"description": "Sub-headings in blocks use these settings",
|
||||
"property_type": "css",
|
||||
"css_components": [
|
||||
"text",
|
||||
"background",
|
||||
"border",
|
||||
"extra"
|
||||
],
|
||||
"value_type": "",
|
||||
"value_parameters": "",
|
||||
"has_variations": false,
|
||||
"depends_on": "",
|
||||
"value_group": "",
|
||||
"property_value": {
|
||||
"font-size": "@xf-fontSizeLarge",
|
||||
"color": "@xf-textColor"
|
||||
},
|
||||
"display_order": 20400
|
||||
}
|
||||
22
style_properties/blockMinorTabHeaderSelected.json
Normal file
22
style_properties/blockMinorTabHeaderSelected.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"group_name": "block",
|
||||
"title": "Block minor tab header - selected tab",
|
||||
"description": "Selected tabs from block sub-headings",
|
||||
"property_type": "css",
|
||||
"css_components": [
|
||||
"text",
|
||||
"background",
|
||||
"border_color_simple",
|
||||
"extra"
|
||||
],
|
||||
"value_type": "",
|
||||
"value_parameters": "",
|
||||
"has_variations": false,
|
||||
"depends_on": "",
|
||||
"value_group": "",
|
||||
"property_value": {
|
||||
"color": "@xf-textColor",
|
||||
"border-color": "@xf-minorHeadingTextColor"
|
||||
},
|
||||
"display_order": 20600
|
||||
}
|
||||
22
style_properties/blockTextHeader.json
Normal file
22
style_properties/blockTextHeader.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"group_name": "block",
|
||||
"title": "Block text header",
|
||||
"description": "Text headers are used for subtle identification of content areas, without changing the background style or color",
|
||||
"property_type": "css",
|
||||
"css_components": [
|
||||
"text",
|
||||
"background",
|
||||
"border",
|
||||
"extra"
|
||||
],
|
||||
"value_type": "",
|
||||
"value_parameters": "",
|
||||
"has_variations": false,
|
||||
"depends_on": "",
|
||||
"value_group": "",
|
||||
"property_value": {
|
||||
"font-size": "@xf-fontSizeLarge",
|
||||
"color": "@xf-textColor"
|
||||
},
|
||||
"display_order": 20700
|
||||
}
|
||||
14
style_properties/emailPublicLogoUrl.json
Normal file
14
style_properties/emailPublicLogoUrl.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"group_name": "email",
|
||||
"title": "Email logo URL",
|
||||
"description": "Defines the logo URL to be used in emails. We do not recommend specifying SVG images here.",
|
||||
"property_type": "value",
|
||||
"css_components": [],
|
||||
"value_type": "string",
|
||||
"value_parameters": "asset=email_logo",
|
||||
"has_variations": false,
|
||||
"depends_on": "",
|
||||
"value_group": "",
|
||||
"property_value": "data/assets/email_logo/plaza-logo.webp",
|
||||
"display_order": 50
|
||||
}
|
||||
Reference in New Issue
Block a user