{
  "shopengine_section_advanced_option_start": {
    "type": "PanelBody",
    "label": "Additional Options"
  },
  "shopengine_advanced_block_align": {
    "control": {
      "field": "SelectControl",
      "props": {
        "label": "Align",
        "options": [
          {
            "value": "left",
            "label": "Left"
          },
          {
            "value": "center",
            "label": "Center"
          },
          {
            "value": "right",
            "label": "Right"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": "left"
    }
  },
  "shopengine_advanced_block_margin": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Margin",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },
  "shopengine_advanced_block_padding": {
    "control": {
      "field": "__experimentalBoxControl",
      "props": {
        "label": "Padding",
        "values": [
          {
            "top": "0px",
            "right": "0px",
            "bottom": "0px",
            "left": "0px"
          }
        ]
      }
    },
    "responsive": true,
    "type": "object",
    "default": {
      "desktop": {
        "top": "0px",
        "right": "0px",
        "bottom": "0px",
        "left": "0px"
      }
    }
  },
  "shopengine_section_advanced_option_end": {
    "type": "PanelBody",
    "label": "Advanced Options"
  }
}