{ "type": "text", "id": "button_label", "label": "Button", "default": "Read more" }, { "type": "url", "id": "button_link", "label": "Button link" }, { "type": "select", "id": "button_style", "label": "Button style", "default": "primary", "options": [ { "label": "Button - primary", "value": "primary" }, { "label": "Button - secondary", "value": "secondary" }, { "label": "Link", "value": "link" } ] }, { "type": "select", "id": "image_position", "label": "Image alignment", "options": [ { "value": "left", "label": "Left" }, { "value": "right", "label": "Right" } ] }, { "type": "select", "id": "text_alignment", "label": "Text alignment", "options": [ { "value": "left", "label": "Left" }, { "value": "center", "label": "Center" }, { "value": "right", "label": "Right" } ]