|
-
-
- [
- {
- "id": 62,
- "title": "sandbox Material Icon",
- "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z\" \/><\/svg>",
- "keywords": [
- "material",
- "icon",
- "sandbox"
- ],
- "slug": "lazyblock\/sandbox-material-icon",
- "description": "",
- "category": "text",
- "category_label": "text",
- "supports": {
- "customClassName": true,
- "anchor": false,
- "align": [
- "wide",
- "full"
- ],
- "html": false,
- "multiple": true,
- "inserter": true
- },
- "ghostkit": {
- "supports": {
- "spacings": false,
- "display": false,
- "scrollReveal": false,
- "frame": false,
- "customCSS": false
- }
- },
- "controls": {
- "control_c148354933": {
- "type": "text",
- "name": "material_icon_name",
- "default": "emoji_objects",
- "label": "Material Icon Name",
- "help": "If entered an icon name the corresponding icon will be displayed. Choose an icon name from one of the material icons here: https:\/\/material.io\/resources\/icons\/?style=baseline",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "",
- "characters_limit": ""
- }
- },
- "code": {
- "output_method": "html",
- "editor_html": "",
- "editor_callback": "",
- "editor_css": "",
- "frontend_html": "<p class=\"material-icon\">{{ material_icon_name }}<\/p>",
- "frontend_callback": "",
- "frontend_css": "",
- "show_preview": "always",
- "single_output": true
- },
- "condition": []
- },
- {
- "id": 61,
- "title": "sandbox Button",
- "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M19 7H5c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 8H5V9h14v6z\" \/><\/svg>",
- "keywords": [
- "Link",
- "Button"
- ],
- "slug": "lazyblock\/sandbox-button",
- "description": "Default Button for sandbox theme",
- "category": "text",
- "category_label": "text",
- "supports": {
- "customClassName": true,
- "anchor": false,
- "align": [
- "wide",
- "full"
- ],
- "html": false,
- "multiple": true,
- "inserter": true
- },
- "ghostkit": {
- "supports": {
- "spacings": false,
- "display": false,
- "scrollReveal": false,
- "frame": false,
- "customCSS": false
- }
- },
- "controls": {
- "control_9b583e46c9": {
- "type": "text",
- "name": "button_text",
- "default": "Read more on...",
- "label": "Button Text",
- "help": "",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "View a Page",
- "characters_limit": "25"
- },
- "control_93da3c418c": {
- "type": "url",
- "name": "button_url",
- "default": "https:\/\/domain.tld\/path\/to\/page",
- "label": "Button Link URL",
- "help": "Enter full qualified URL to link to",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "",
- "characters_limit": ""
- },
- "control_7a59364c99": {
- "type": "checkbox",
- "name": "new_tab",
- "default": "",
- "label": "Open in new Tab\/Window?",
- "help": "sets the attributes target=\"_blank\" and rel=\"noopener noreferrer\"",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "checked": "false",
- "alongside_text": "Open in new Tab\/Window",
- "placeholder": "",
- "characters_limit": ""
- }
- },
- "code": {
- "output_method": "html",
- "editor_html": "",
- "editor_callback": "",
- "editor_css": "",
- "frontend_html": "<p><a class=\"button\" href=\"{{ button_url }}\"{{# if new_tab }} target=\"_blank\" rel=\"noopener noreferrer\"{{\/ if }}>{{ button_text }}<\/a><\/p>",
- "frontend_callback": "",
- "frontend_css": "",
- "show_preview": "always",
- "single_output": true
- },
- "condition": []
- },
- {
- "id": 60,
- "title": "sandbox Testimonial",
- "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-2 12H6v-2h12v2zm0-3H6V9h12v2zm0-3H6V6h12v2z\" \/><\/svg>",
- "keywords": [
- "quote",
- "testimonial",
- "sandbox"
- ],
- "slug": "lazyblock\/sandbox-testimonial",
- "description": "",
- "category": "text",
- "category_label": "text",
- "supports": {
- "customClassName": true,
- "anchor": false,
- "align": [
- "wide",
- "full"
- ],
- "html": false,
- "multiple": true,
- "inserter": true
- },
- "ghostkit": {
- "supports": {
- "spacings": false,
- "display": false,
- "scrollReveal": false,
- "frame": false,
- "customCSS": false
- }
- },
- "controls": {
- "control_85cb694ebf": {
- "type": "image",
- "name": "testimonial_thumbnail",
- "default": "",
- "label": "Company Logo",
- "help": "",
- "child_of": "",
- "placement": "content",
- "width": "25",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "preview_size": "medium",
- "placeholder": "",
- "characters_limit": ""
- },
- "control_fe4ad14016": {
- "type": "inner_blocks",
- "name": "testimonial_content",
- "default": "",
- "label": "Content",
- "help": "",
- "child_of": "",
- "placement": "content",
- "width": "75",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "",
- "characters_limit": ""
- }
- },
- "code": {
- "output_method": "html",
- "editor_html": "",
- "editor_callback": "",
- "editor_css": "",
- "frontend_html": "<div class=\"testimonial\">\n{{#if testimonial_thumbnail }}\n <span class=\"testimonial-thumbnail\">{{{ wp_get_attachment_image testimonial_thumbnail 'thumbnail' }}}<\/span>\n{{\/if}}\n{{#if testimonial_content }}\n <div class=\"inner\">\n {{{ testimonial_content }}}\n <\/div>\n{{\/if}}\n<\/div>",
- "frontend_callback": "",
- "frontend_css": "",
- "show_preview": "never",
- "single_output": true
- },
- "condition": []
- },
- {
- "id": 59,
- "title": "sandbox Quote",
- "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z\" \/><\/svg>",
- "keywords": [
- "quote",
- "sandbox"
- ],
- "slug": "lazyblock\/sandbox-quote",
- "description": "",
- "category": "text",
- "category_label": "text",
- "supports": {
- "customClassName": true,
- "anchor": false,
- "align": [
- "wide",
- "full"
- ],
- "html": false,
- "multiple": true,
- "inserter": true
- },
- "ghostkit": {
- "supports": {
- "spacings": false,
- "display": false,
- "scrollReveal": false,
- "frame": false,
- "customCSS": false
- }
- },
- "controls": {
- "control_875b404283": {
- "type": "inner_blocks",
- "name": "quote",
- "default": "",
- "label": "Quote",
- "help": "",
- "child_of": "",
- "placement": "content",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "",
- "characters_limit": ""
- },
- "control_b58b8f43ea": {
- "type": "image",
- "name": "cite_image",
- "default": "",
- "label": "Cite Image",
- "help": "",
- "child_of": "",
- "placement": "content",
- "width": "50",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "preview_size": "medium",
- "placeholder": "",
- "characters_limit": ""
- },
- "control_1588f7425e": {
- "type": "text",
- "name": "cite",
- "default": "",
- "label": "Cite",
- "help": "",
- "child_of": "",
- "placement": "content",
- "width": "50",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "",
- "characters_limit": "",
- "multiline": "true"
- },
- "control_fd788a46ef": {
- "type": "text",
- "name": "company_information",
- "default": "SOC.OS",
- "label": "Company Information",
- "help": "",
- "child_of": "",
- "placement": "content",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "Write the company name...",
- "characters_limit": ""
- }
- },
- "code": {
- "output_method": "html",
- "editor_html": "",
- "editor_callback": "",
- "editor_css": "",
- "frontend_html": "<blockquote class=\"quote\">\n {{{ quote }}}\n{{#if cite }}\n <cite>\n {{#if cite_image }}\n <span class=\"cite-thumbnail\">{{{ wp_get_attachment_image cite_image 'thumbnail' }}}<\/span>\n {{\/if}}\n <span class=\"inner\">\n {{{ cite }}}{{#if company_information }}<br \/>{{{ company_information }}}{{\/if}}\n <\/span>\n <\/cite>\n{{\/if}}\n<\/blockquote>",
- "frontend_callback": "",
- "frontend_css": "",
- "show_preview": "never",
- "single_output": true
- },
- "condition": []
- },
- {
- "id": 58,
- "title": "sandbox 2 Buttons",
- "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5H1v16c0 1.1.9 2 2 2h16v-2H3V5zm18-4H7c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16H7V3h14v14zm-4-4h-4v-2h2c1.1 0 2-.89 2-2V7c0-1.11-.9-2-2-2h-4v2h4v2h-2c-1.1 0-2 .89-2 2v4h6v-2z\" \/><\/svg>",
- "keywords": [
- "button",
- "sandbox"
- ],
- "slug": "lazyblock\/sandbox-2-buttons",
- "description": "",
- "category": "text",
- "category_label": "text",
- "supports": {
- "customClassName": true,
- "anchor": false,
- "align": [
- "wide",
- "full"
- ],
- "html": false,
- "multiple": true,
- "inserter": true
- },
- "ghostkit": {
- "supports": {
- "spacings": false,
- "display": false,
- "scrollReveal": false,
- "frame": false,
- "customCSS": false
- }
- },
- "controls": {
- "control_5928774cc7": {
- "type": "text",
- "name": "button1_text",
- "default": "Read more on...",
- "label": "Button 1 Text",
- "help": "",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "View a Page",
- "characters_limit": ""
- },
- "control_7768b64919": {
- "type": "url",
- "name": "button1_url",
- "default": "",
- "label": "Button 1 Link URL",
- "help": "",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "",
- "characters_limit": ""
- },
- "control_ff982b43a2": {
- "type": "checkbox",
- "name": "button1_new_tab",
- "default": "",
- "label": "Button 1 Open in new tab\/window?",
- "help": "sets the attributes target=\"_blank\" and rel=\"noopener noreferrer\"",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "checked": "false",
- "alongside_text": "Open in new Tab\/Window",
- "placeholder": "",
- "characters_limit": ""
- },
- "control_0abb9548a4": {
- "type": "text",
- "name": "button2_text",
- "default": "Read also more on...",
- "label": "Button 2 Text",
- "help": "",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "View a Page",
- "characters_limit": ""
- },
- "control_63ca914b30": {
- "type": "url",
- "name": "button2_url",
- "default": "",
- "label": "Button 1 Link URL",
- "help": "",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "",
- "characters_limit": ""
- },
- "control_2d39934c31": {
- "type": "checkbox",
- "name": "button2_new_tab",
- "default": "",
- "label": "Button 2 Open in new tab\/window?",
- "help": "sets the attributes target=\"_blank\" and rel=\"noopener noreferrer\"",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "checked": "false",
- "alongside_text": "Open in new Tab\/Window",
- "placeholder": "",
- "characters_limit": ""
- }
- },
- "code": {
- "output_method": "html",
- "editor_html": "<p><a class=\"button\" href=\"{{ button1_url }}\">{{ button1_text }}<\/a> <a class=\"button\" href=\"{{ button2_url }}\">{{ button2_text }}<\/a><\/p>",
- "editor_callback": "",
- "editor_css": "",
- "frontend_html": "{{#compare button1_text \"||\" button2_text }}<p>{{#if button1_text }}<a class=\"button\" href=\"{{ button1_url }}\"{{# if button1_new_tab }} target=\"_blank\" rel=\"noopener noreferrer\"{{\/ if }}>{{ button1_text }}<\/a>{{\/if }}{{#if button2_text }} <a class=\"button\" href=\"{{ button2_url }}\"{{# if button2_new_tab }} target=\"_blank\" rel=\"noopener noreferrer\"{{\/ if }}>{{ button2_text }}<\/a>{{\/if }}<\/p>{{\/compare }}",
- "frontend_callback": "",
- "frontend_css": "",
- "show_preview": "always",
- "single_output": false
- },
- "condition": []
- },
- {
- "id": 57,
- "title": "sandbox center Boxes",
- "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M3 5h2V3c-1.1 0-2 .9-2 2zm0 8h2v-2H3v2zm4 8h2v-2H7v2zM3 9h2V7H3v2zm10-6h-2v2h2V3zm6 0v2h2c0-1.1-.9-2-2-2zM5 21v-2H3c0 1.1.9 2 2 2zm-2-4h2v-2H3v2zM9 3H7v2h2V3zm2 18h2v-2h-2v2zm8-8h2v-2h-2v2zm0 8c1.1 0 2-.9 2-2h-2v2zm0-12h2V7h-2v2zm0 8h2v-2h-2v2zm-4 4h2v-2h-2v2zm0-16h2V3h-2v2zM7 17h10V7H7v10zm2-8h6v6H9V9z\" \/><\/svg>",
- "keywords": [
- "boxes",
- "center",
- "sandbox"
- ],
- "slug": "lazyblock\/sandbox-center-boxes",
- "description": "Displays 4 boxes or less in a centerd row. If a 5th box is added, its spaned to full width below the 4 previous ones.",
- "category": "text",
- "category_label": "text",
- "supports": {
- "customClassName": true,
- "anchor": false,
- "align": [
- "wide",
- "full"
- ],
- "html": false,
- "multiple": true,
- "inserter": true
- },
- "ghostkit": {
- "supports": {
- "spacings": false,
- "display": false,
- "scrollReveal": false,
- "frame": false,
- "customCSS": false
- }
- },
- "controls": {
- "control_690b344af5": {
- "type": "repeater",
- "name": "center_box",
- "default": "",
- "label": "Box",
- "help": "",
- "child_of": "",
- "placement": "content",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "rows_min": "",
- "rows_max": "",
- "rows_label": "Box {{#}}",
- "rows_add_button_label": "+ Add box",
- "rows_collapsible": "true",
- "rows_collapsed": "true",
- "placeholder": "",
- "characters_limit": ""
- },
- "control_4dbbf64a57": {
- "type": "image",
- "name": "center_box_image",
- "default": "",
- "label": "Box image",
- "help": "",
- "child_of": "control_690b344af5",
- "placement": "content",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "preview_size": "medium",
- "placeholder": "",
- "characters_limit": ""
- },
- "control_dfbb60426c": {
- "type": "text",
- "name": "center_box_title",
- "default": "",
- "label": "Box title",
- "help": "",
- "child_of": "control_690b344af5",
- "placement": "content",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "Add Title",
- "characters_limit": ""
- },
- "control_449b7d405b": {
- "type": "rich_text",
- "name": "center_box_content",
- "default": "Add content",
- "label": "Box content",
- "help": "",
- "child_of": "control_690b344af5",
- "placement": "content",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "multiline": "true",
- "placeholder": "",
- "characters_limit": ""
- }
- },
- "code": {
- "output_method": "html",
- "editor_html": "",
- "editor_callback": "",
- "editor_css": "",
- "frontend_html": "{{# if center_box.length ~}}\n <div class=\"boxes\">\n {{# each center_box ~}}\n <div class=\"box box-{{ @index }}\">\n {{# if center_box_image ~}}\n {{{ wp_get_attachment_image center_box_image 'semi-large' }}}\n {{\/ if ~}}\n <div class=\"inner\">\n {{# if center_box_title ~}}\n <h3>{{{ center_box_title }}}<\/h3>\n {{\/ if ~}}\n {{# if center_box_content ~}}\n {{{ center_box_content }}}\n {{\/ if ~}}\n <\/div>\n <\/div>\n {{\/ each ~}}\n <\/div>\n{{\/ if ~}}",
- "frontend_callback": "",
- "frontend_css": "",
- "show_preview": "never",
- "single_output": false
- },
- "condition": []
- },
- {
- "id": 56,
- "title": "sandbox Scroll button",
- "icon": "<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z\" \/><\/svg>",
- "keywords": [
- "scroll",
- "button",
- "sandbox"
- ],
- "slug": "lazyblock\/sandbox-scroll-button",
- "description": "",
- "category": "text",
- "category_label": "text",
- "supports": {
- "customClassName": true,
- "anchor": false,
- "align": [
- "wide",
- "full"
- ],
- "html": false,
- "multiple": false,
- "inserter": true
- },
- "ghostkit": {
- "supports": {
- "spacings": false,
- "display": false,
- "scrollReveal": false,
- "frame": false,
- "customCSS": false
- }
- },
- "controls": {
- "control_4439284514": {
- "type": "text",
- "name": "scroll_target",
- "default": "",
- "label": "Scroll target",
- "help": "",
- "child_of": "",
- "placement": "inspector",
- "width": "100",
- "hide_if_not_selected": "false",
- "save_in_meta": "false",
- "save_in_meta_name": "",
- "required": "false",
- "placeholder": "#my-content",
- "characters_limit": ""
- }
- },
- "code": {
- "output_method": "html",
- "editor_html": "",
- "editor_callback": "",
- "editor_css": "",
- "frontend_html": "{{# if scroll_target }}\n <a class=\"material-icon scroll-button\" href=\"{{ scroll_target }}\">expand_more<\/a>\n{{\/ if }}",
- "frontend_callback": "",
- "frontend_css": "",
- "show_preview": "never",
- "single_output": true
- },
- "condition": []
- }
- ]
|