Klaviyo · Schema

SocialBlockStyles

MarketingEmailSMSCustomer DataEcommerceAutomation

Properties

Name Type Description
block_background_color string
block_padding_bottom integer
block_padding_left integer
block_padding_right integer
block_padding_top integer
icon_align string Text Alignment.
icon_color string Social block icon color.
icon_size string Social block icon size.
icon_spacing integer
label_color string
label_font_family string
label_font_size integer
label_font_style string Font style.
label_text_decoration string
label_font_weight string
stack_on_mobile boolean
View JSON Schema on GitHub

JSON Schema

klaviyo-socialblockstyles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SocialBlockStyles",
  "title": "SocialBlockStyles",
  "type": "object",
  "properties": {
    "block_background_color": {
      "type": "string",
      "nullable": true
    },
    "block_padding_bottom": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_left": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_right": {
      "type": "integer",
      "nullable": true
    },
    "block_padding_top": {
      "type": "integer",
      "nullable": true
    },
    "icon_align": {
      "description": "Text Alignment.",
      "type": "string",
      "enum": [
        "center",
        "left",
        "right"
      ],
      "nullable": true
    },
    "icon_color": {
      "description": "Social block icon color.",
      "type": "string",
      "enum": [
        "black",
        "default",
        "grey",
        "white"
      ],
      "nullable": true
    },
    "icon_size": {
      "description": "Social block icon size.",
      "type": "string",
      "enum": [
        "large",
        "medium",
        "small"
      ],
      "nullable": true
    },
    "icon_spacing": {
      "type": "integer",
      "nullable": true
    },
    "label_color": {
      "type": "string",
      "nullable": true
    },
    "label_font_family": {
      "type": "string",
      "nullable": true
    },
    "label_font_size": {
      "type": "integer",
      "nullable": true
    },
    "label_font_style": {
      "description": "Font style.",
      "type": "string",
      "enum": [
        "italic",
        "normal"
      ],
      "nullable": true
    },
    "label_text_decoration": {
      "type": "string",
      "nullable": true
    },
    "label_font_weight": {
      "type": "string",
      "nullable": true
    },
    "stack_on_mobile": {
      "type": "boolean",
      "nullable": true
    }
  }
}