| Current Path : /home/cbequiperp/www/plugins/system/ztshortcodes/core/assets/ |
| Current File : /home/cbequiperp/www/plugins/system/ztshortcodes/core/assets/shortcodes.json |
{
"zt_label": {
"name": "Label",
"group": "Typography",
"icon": "fa fa-adn",
"attributes": {
"type": "default"
},
"depends": {
},
"fields": [
{
"label": "Label",
"type": "text",
"name": "maincontent",
"value": "Label"
},
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "",
"label": "Default"
},
{
"value": "primary",
"label": "Primary"
},
{
"value": "success",
"label": "Success"
},
{
"value": "info",
"label": "Info"
},
{
"value": "warning",
"label": "Warning"
},
{
"value": "danger",
"label": "Danger"
}
]
}
]
},
"zt_badges": {
"name": "Badge",
"group": "Typography",
"icon": "fa fa-bullhorn",
"attributes": {
"type": "link",
"text": "",
"link": "#",
"buttonType": "primary"
},
"fields": [
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "link",
"label": "Link"
},
{
"value": "button",
"label": "Button"
}
]
},
{
"label": "Text Badges",
"type": "text",
"name": "text",
"value": "Text Badges"
},
{
"label": "Link Badges",
"type": "text",
"name": "link",
"value": "Link Badges"
},
{
"label": "Button Type",
"type": "select",
"name": "buttonType",
"options": [
{
"value": "",
"label": "Default"
},
{
"value": "primary",
"label": "Primary"
},
{
"value": "success",
"label": "Success"
},
{
"value": "info",
"label": "Info"
},
{
"value": "warning",
"label": "Warning"
},
{
"value": "danger",
"label": "Danger"
}
]
},
{
"label": "Content",
"type": "textarea",
"name": "maincontent",
"value": "Content"
}
]
},
"zt_tabs": {
"name": "Tabs",
"group": "Scaffolding",
"icon": "fa fa-table",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"depends": {
"css": [
"Shortcodes://assets/css/tabs.css"
],
"js": [
]
},
"subTag": {
"zt_tab": {
"attributes": {
"title": "",
"active": ""
},
"fields": [
{
"label": "Title",
"type": "textarea",
"name": "title",
"value": "Title Tab"
},
{
"label": "Content Tab",
"type": "textarea",
"name": "maincontent",
"value": "This is tab content"
},
{
"label": " Active",
"type": "checkbox",
"name": "active",
"value": ""
}
]
}
},
"attributes": {
"Type": ""
},
"fields": [
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "horizontal",
"label": "Horizontal"
},
{
"value": "vertical-left",
"label": "Vertical Left"
},
{
"value": "vertical-right",
"label": "Vertical Right"
},
{
"value": "bottom-tabs",
"label": "Horizontal Bottom"
}
]
}
]
},
"zt_columns": {
"name": "Columns",
"group": "Scaffolding",
"icon": "fa fa-table",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"depends": {
"css": [
],
"js": [
]
},
"subTag": {
"zt_column": {
"attributes": {
"md": ""
},
"fields": [
{
"label": "Content Column",
"type": "textarea",
"name": "maincontent",
"value": "This is column content"
},
{
"label": "Column",
"type": "select",
"name": "md",
"options": [
{
"value": "1",
"label": "1/12"
},
{
"value": "2",
"label": "2/12"
},
{
"value": "3",
"label": "3/12"
},
{
"value": "4",
"label": "4/12"
},
{
"value": "5",
"label": "5/12"
},
{
"value": "6",
"label": "6/12"
},
{
"value": "7",
"label": "7/12"
},
{
"value": "8",
"label": "8/12"
},
{
"value": "9",
"label": "9/12"
},
{
"value": "10",
"label": "10/12"
},
{
"value": "11",
"label": "11/12"
},
{
"value": "11",
"label": "11/12"
}
]
}
]
}
},
"attributes": {
"Type": ""
},
"fields": [
]
},
"zt_progress_bar": {
"name": "Progress Bar",
"group": "Boostrap",
"icon": "fa fa-wifi",
"attributes": {
"trackColor": "#edecec",
"barColor": "#a0ce4e",
"titleColor": "#ffffff",
"strip": "striped",
"animated": "active",
"nowvalue": "90",
"minvalue": "0",
"maxvalue": "100"
},
"depends": {
"css": [
"Shortcodes://assets/css/progress-bar.css"
],
"js": [
"Shortcodes://assets/js/waypoints.min.js",
"Shortcodes://assets/js/progress-bar.js"
]
},
"fields": [
{
"label": "Track Color",
"type": "colorpicker",
"name": "trackColor",
"value": "#edecec"
},
{
"label": "Bar Color",
"type": "colorpicker",
"name": "barColor",
"value": "#a0ce4e"
},
{
"label": "Title Color",
"type": "colorpicker",
"name": "titleColor",
"value": "#ffffff"
},
{
"label": "Strip Type",
"type": "select",
"name": "strip",
"options": [
{
"value": "",
"label": "Default"
},
{
"value": "striped",
"label": "Striped"
}
]
},
{
"label": "Animated Type",
"type": "select",
"name": "animated",
"options": [
{
"value": "",
"label": "Default"
},
{
"value": "active",
"label": "Active"
}
]
},
{
"label": "Current Value",
"type": "text",
"name": "nowvalue",
"value": "90"
},
{
"label": "Min Value",
"type": "text",
"name": "minvalue",
"value": "0"
},
{
"label": "Max Value",
"type": "text",
"name": "maxvalue",
"value": "100"
},
{
"label": "Progress bar content",
"type": "textarea",
"name": "maincontent",
"value": "Progress bar content"
}
]
},
"zt_button": {
"name": "Button",
"group": "Boostrap",
"icon": "fa fa-thumbs-o-up",
"attributes": {
"type": "stroke-to-fill",
"size": "small",
"colour": "white",
"icon": "fa fa-ambulance",
"link": "#",
"extraclass": "class-button"
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/css/buttons.css"
]
},
"fields": [
{
"label": "Text",
"type": "text",
"name": "maincontent",
"value": "Shortcode Button"
},
{
"label": "Text Color",
"type": "colorpicker",
"name": "color",
"value": ""
},
{
"label": "Background Color",
"type": "colorpicker",
"name": "bgColor",
"value": ""
},
{
"label": "Border Width",
"type": "text",
"name": "borderWidth",
"value": ""
},
{
"label": "Border Style",
"type": "select",
"name": "borderStyle",
"options": [
{
"value": "none",
"label": "None"
},
{
"value": "solid",
"label": "Solid"
},
{
"value": "dashed",
"label": "Dashed"
},
{
"value": "dotted",
"label": "Dotted"
},
{
"value": "double",
"label": "Double"
}
]
},
{
"label": "Border Color",
"type": "colorpicker",
"name": "borderColor",
"value": ""
},
{
"label": "Size",
"type": "select",
"name": "size",
"options": [
{
"value": "md",
"label": "Standard"
},
{
"value": "sm",
"label": "Small"
},
{
"value": "xs",
"label": "Extra Small"
},
{
"value": "lg",
"label": "Large"
},
{
"value": "xlg",
"label": "Extra Large"
},
{
"value": "hg",
"label": "Huge"
}
]
},
{
"label": "Button Shape",
"type": "select",
"name": "shape",
"options": [
{
"value": "rounded",
"label": "Rounded"
},
{
"value": "square",
"label": "Square"
},
{
"value": "round",
"label": "Round"
}
]
},
{
"label": "Button Style",
"type": "select",
"name": "style",
"options": [
{
"value": "default",
"label": "Default"
},
{
"value": "primary",
"label": "Primary"
},
{
"value": "success",
"label": "Success"
},
{
"value": "info",
"label": "Info"
},
{
"value": "warning",
"label": "Warning"
},
{
"value": "danger",
"label": "Danger"
}
]
},
{
"label": "Icon",
"type": "faicons",
"name": "icon",
"value": "fa fa-ambulance"
},
{
"label": "Text Transform",
"type": "select",
"name": "textTransform",
"options": [
{
"value": "none",
"label": "None"
},
{
"value": "capitalize",
"label": "Capitalize"
},
{
"value": "uppercase",
"label": "Uppercase"
},
{
"value": "lowercase",
"label": "Lowercase"
}
]
},
{
"label": "Box Shadow",
"type": "text",
"name": "shadow",
"value": ""
},
{
"label": "Link",
"type": "text",
"name": "link",
"value": "#"
},
{
"label": "Target",
"type": "select",
"name": "target",
"options": [
{
"value": "_blank",
"label": "_blank"
},
{
"value": "_self",
"label": "_self"
},
{
"value": "_parent",
"label": "_parent"
},
{
"value": "_top",
"label": "_top"
}
]
},
{
"label": "Margin",
"type": "text",
"name": "margin",
"value": ""
},
{
"label": "Padding",
"type": "text",
"name": "padding",
"value": ""
},
{
"label": "Extra Class",
"type": "text",
"name": "extraclass",
"value": ""
}
]
},
"zt_message_box": {
"name": "Message Box",
"group": "Typography",
"icon": "fa fa-info-circle",
"attributes": {
"type": "success",
"icon": "fa fa-times-circle",
"extraclass": "message-box"
},
"depends": {
"css": [
"Shortcodes://assets/css/message-box.css"
]
},
"fields": [
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "success",
"label": "Success"
},
{
"value": "info",
"label": "Info"
},
{
"value": "warning",
"label": "Warning"
},
{
"value": "danger",
"label": "Danger"
}
]
},
{
"label": "Content",
"type": "textarea",
"name": "maincontent",
"value": "Content Message Box"
},
{
"label": "Extra Class",
"type": "text",
"name": "extra-class",
"value": "message-box"
}
]
},
"zt_blockquotes": {
"name": "Blockquotes",
"group": "Typography",
"icon": "fa fa-quote-left",
"attributes": {
"type": "big",
"author": "Author",
"authorlink": "#",
"extraclass": "blockquotes"
},
"depends": {
"css": [
"Shortcodes://assets/css/blockquotes.css"
]
},
"fields": [
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "",
"label": "Default"
},
{
"value": "big",
"label": "Big Quote"
},
{
"value": "box",
"label": "Box Quote"
}
]
},
{
"label": "Author",
"type": "text",
"name": "author",
"value": "Author"
},
{
"label": "Author Link",
"type": "text",
"name": "author-link",
"value": "Author"
},
{
"label": "Content",
"type": "textarea",
"name": "maincontent",
"value": "Content Blockquotes Box"
},
{
"label": "Extra Class",
"type": "text",
"name": "extra-class",
"value": "blockquotes"
}
]
},
"zt_pricing": {
"name": "Pricing Table",
"group": "Scaffolding",
"icon": "fa fa-table",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"subTag": {
"zt_pricing_item": {
"attributes": {
"title": "",
"link": "",
"buttontext": "",
"itemhightlight": "",
"price": ""
},
"fields": [
{
"label": "Title",
"type": "text",
"name": "title",
"value": "Title Tab"
},
{
"label": "Item Hightlight",
"type": "checkbox",
"name": "maincontent",
"value": "This is tab content"
},
{
"label": " Active",
"type": "checkbox",
"name": "itemhightlight",
"value": ""
},
{
"label": "Content",
"type": "textarea",
"name": "maincontent",
"value": "Content Pricing"
},
{
"label": "Price",
"type": "text",
"name": "price",
"value": "$|90|per year"
},
{
"label": "Position Price",
"type": "select",
"name": "type",
"options": [
{
"value": "above",
"label": "Above"
},
{
"value": "below",
"label": "Below"
}
]
},
{
"label": "Link",
"type": "text",
"name": "link",
"value": "#"
},
{
"label": "Button Text",
"type": "text",
"name": "buttontext",
"value": "Button Text"
}
]
}
},
"attributes": {
"Type": ""
},
"depends": {
"css": [
"Shortcodes://assets/css/pricing.css"
],
"js": [
"Shortcodes://assets/js/pricing.js"
]
},
"fields": [
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "default",
"label": "Default"
},
{
"value": "attached",
"label": "Attached"
}
]
},
{
"label": "Extra Class",
"type": "text",
"name": "extraclass"
}
]
},
"zt_accordions": {
"name": "Accordion",
"group": "Scaffolding",
"icon": "fa fa-list",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"subTag": {
"zt_accordion": {
"attributes": {
"title": "",
"active": ""
},
"fields": [
{
"label": "Accordion Title",
"type": "text",
"name": "title",
"value": "Accordion Title"
},
{
"label": "Accordion Content",
"type": "textarea",
"name": "maincontent",
"value": "Accordion Content"
},
{
"label": "Active",
"type": "checkbox",
"name": "active",
"value": ""
}
]
}
},
"attributes": {
"type": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/css/accordion.css"
],
"js": [
"Shortcodes://assets/js/accordion.js"
]
},
"fields": [
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "accordion",
"label": "Accordion"
},
{
"value": "toggle",
"label": "Toggle"
}
]
}
]
},
"zt_dropcaps": {
"name": "Dropcaps",
"group": "Typography",
"icon": "fa fa-bullseye",
"attributes": {
"type": "type-1",
"bgColor": "#000",
"textColor": "#fff"
},
"depends": {
"css": [
"Shortcodes://assets/css/dropcaps.css"
]
},
"fields": [
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "type-1",
"label": "Type 1"
},
{
"value": "type-2",
"label": "Type 2"
},
{
"value": "type-3",
"label": "Type 3"
},
{
"value": "type-4",
"label": "Type 4"
}
]
},
{
"label": "Background color",
"type": "colorpicker",
"name": "bgColor",
"value": "#000"
},
{
"label": "Background text color",
"type": "colorpicker",
"name": "textColor",
"value": "#fff"
},
{
"label": "Content",
"type": "textarea",
"name": "maincontent",
"value": "D"
}
]
},
"zt_i": {
"name": "Font Icon",
"group": "Typography",
"icon": "fa fa-align-justify",
"attributes": {
"classIcon": "fa fa-android",
"iconCircle": "",
"iconSize": "",
"spinningIcon": "",
"iconColor": "",
"iconBgColor": "",
"iconBdColor": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/css/i.css"
]
},
"fields": [
{
"label": "Icon",
"type": "faicons",
"name": "classIcon",
"value": "fa fa-android"
},
{
"label": "Icon Size",
"type": "text",
"name": "iconSize",
"value": "16"
},
{
"label": "Icon Circle",
"type": "select",
"name": "iconCircle",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Icon Spinning",
"type": "select",
"name": "spinningIcon",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Icon Color",
"type": "colorpicker",
"name": "iconColor",
"value": "#000"
},
{
"label": "Icon Background Color",
"type": "colorpicker",
"name": "iconBgColor",
"value": "#000"
},
{
"label": "Icon Border Color",
"type": "colorpicker",
"name": "iconBdColor",
"value": "#000"
},
{
"label": "Content",
"type": "textarea",
"name": "maincontent",
"value": "Font Awesome"
}
]
},
"zt_divider": {
"name": "Divider",
"group": "Typography",
"icon": "fa fa-area-chart",
"attributes": {
"type": "thin",
"classIcon": "",
"text": "",
"color": ""
},
"depends": {
"css": [
"Shortcodes://assets/css/divider.css"
]
},
"fields": [
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "hr",
"label": "HR"
},
{
"value": "thin",
"label": "Thin"
},
{
"value": "fat",
"label": "Fat"
},
{
"value": "dotted",
"label": "Dotted"
},
{
"value": "text-only",
"label": "Go to top 1"
},
{
"value": "icon-type-1",
"label": "Go to top icon 1"
},
{
"value": "icon-type-2",
"label": "Go to top icon 2"
}
]
},
{
"label": "Color Divider",
"type": "colorpicker",
"name": "color",
"value": ""
},
{
"label": "Icon",
"type": "faicons",
"name": "classIcon",
"value": "fa fa-android"
},
{
"label": "Text (only use with type go to top 1 and go to top icon 2)",
"type": "text",
"name": "text",
"value": "Go To Top"
}
]
},
"zt_gallery": {
"name": "Gallery",
"group": "Typography",
"icon": "fa fa-picture-o",
"attributes": {
"dir": "",
"width": "",
"height": "",
"thumbwidth": "",
"thumbheight": ""
},
"depends": {
"css": [
"Shortcodes://assets/colorbox/css/colorbox.css",
"Shortcodes://assets/css/gallery.css"
],
"js": [
"Shortcodes://assets/colorbox/js/jquery.colorbox.js"
]
},
"fields": [
{
"label": "Gallery Dir",
"type": "text",
"name": "dir",
"value": ""
},
{
"label": "Gallery width",
"type": "text",
"name": "width",
"value": "700"
},
{
"label": "Gallery height",
"type": "text",
"name": "height",
"value": "700"
},
{
"label": "Gallery Thumb width",
"type": "text",
"name": "thumbwidth",
"value": "100"
},
{
"label": "Gallery Thumb height",
"type": "text",
"name": "thumbheight",
"value": "100"
}
]
},
"zt_video_play": {
"name": "Video Play",
"group": "Typography",
"icon": "fa fa-youtube-play",
"attributes": {
"src": "",
"width": "",
"height": ""
},
"fields": [
{
"label": "Video URL",
"type": "text",
"name": "src",
"value": ""
},
{
"label": "Video Width",
"type": "text",
"name": "width",
"value": "500"
},
{
"label": "Video Height",
"type": "text",
"name": "height",
"value": "300"
}
]
},
"zt_modal": {
"name": "Modal",
"group": "Typography",
"icon": "fa fa-credit-card",
"attributes": {
"id": "my-modal",
"title": "Title Modal",
"buttontype": "success",
"buttonsize": "sm",
"buttontext": "Button Text"
},
"depends": {
"css": [
"Shortcodes://assets/css/modal.css"
]
},
"fields": [
{
"label": "ID",
"type": "text",
"name": "id",
"value": "my-modal"
},
{
"label": "Title",
"type": "text",
"name": "title",
"value": "Title Modal"
},
{
"label": "Button Type",
"type": "select",
"name": "button-type",
"options": [
{
"value": "primary",
"label": "Primary"
},
{
"value": "success",
"label": "Success"
},
{
"value": "info",
"label": "Info"
},
{
"value": "warning",
"label": "Warning"
},
{
"value": "danger",
"label": "Danger"
},
{
"value": "link",
"label": "Link"
}
]
},
{
"label": "Button Size",
"type": "select",
"name": "button-size",
"options": [
{
"value": "xs",
"label": "XSmall"
},
{
"value": "sm",
"label": "Small"
},
{
"value": "lg",
"label": "Large"
}
]
},
{
"label": "Button Text",
"type": "text",
"name": "button-text",
"value": "Button Text"
},
{
"label": "Content Modal",
"type": "textarea",
"name": "maincontent",
"value": "Content Modal"
}
]
},
"zt_counter_circle": {
"name": "Counter Circle",
"group": "Typography",
"icon": "fa fa-certificate",
"attributes": {
"easing": "my-modal",
"barColor": "#000000",
"trackColor": "#000000",
"scaleLength": "10",
"percent": "90",
"lineCap": "round",
"lineWidth": "10",
"size": "12",
"duration": "1000",
"icon": "fa fa-align-left"
},
"depends": {
"css": [
"Shortcodes://assets/css/counter-circle.css"
],
"js":[
"Shortcodes://assets/js/waypoints.min.js",
"Shortcodes://assets/js/jquery.easypiechart.js",
"Shortcodes://assets/js/counter-circle.js"
]
},
"fields": [
{
"label": "Effect Bar",
"type": "select",
"name": "easing",
"options": [
{
"value": "easeInQuad",
"label": "easeInQuad"
},
{
"value": "easeInQuad",
"label": "easeInQuad"
},
{
"value": "easeOutQuad",
"label": "easeOutQuad"
},
{
"value": "easeInOutQuad",
"label": "easeInOutQuad"
},
{
"value": "easeInCubic",
"label": "easeInCubic"
},
{
"value": "easeOutCubic",
"label": "easeOutCubic"
}
]
},
{
"label": "Bar Color",
"type": "colorpicker",
"name": "barColor",
"value": "#000000"
},
{
"label": "Track Color",
"type": "colorpicker",
"name": "trackColor",
"value": "#000000"
},
{
"label": "Scale Length",
"type": "text",
"name": "scaleLength",
"value": "10"
},
{
"label": "Counter Percent",
"type": "text",
"name": "percent",
"value": "90"
},
{
"label": "Counter LineCap",
"type": "select",
"name": "lineCap",
"options": [
{
"value": "butt",
"label": "Butt"
},
{
"value": "round",
"label": "Round"
},
{
"value": "square",
"label": "Square"
}
]
},
{
"label": "Counter Line Width",
"type": "text",
"name": "lineWidth",
"value": "10"
},
{
"label": "Counter Around Size",
"type": "text",
"name": "size",
"value": "160"
},
{
"label": "Counter Duration",
"type": "text",
"name": "duration",
"value": "1000"
},
{
"label": "Content Type",
"type": "select",
"name": "content-type",
"options": [
{
"value": "",
"label": "Default"
},
{
"value": "percent",
"label": "Percent"
},
{
"value": "icon",
"label": "Icon"
}
]
},
{
"label": "Content",
"type": "text",
"name": "maincontent",
"value": ""
},
{
"label": "Icon",
"type": "faicons",
"name": "icon",
"value": ""
},
{
"label": "Extra Class",
"type": "text",
"name": "extra-class",
"value": ""
}
]
},
"zt_testimonial": {
"name": "Testimonial",
"group": "Scaffolding",
"icon": "fa fa-shirtsinbulk",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"subTag": {
"zt_testimonial_item": {
"attributes": {
"bgColor": "",
"textColor": "",
"name": "",
"company": "",
"position": "",
"customAvatar": "",
"borderRadius": "",
"link": "",
"target": ""
},
"fields": [
{
"label": "Background Color",
"type": "colorpicker",
"name": "bgColor",
"value": "#f6f6f6"
},
{
"label": "Text Color",
"type": "colorpicker",
"name": "textColor",
"value": "#747474"
},
{
"label": "Name",
"type": "text",
"name": "name",
"value": "Name author"
},
{
"label": "Company Position",
"type": "text",
"name": "company",
"value": "Company, Position"
},
{
"label": "Avatar",
"type": "text",
"name": "customAvatar",
"value": ""
},
{
"label": "Border Radius",
"type": "text",
"name": "borderRadius",
"value": "4"
},
{
"label": "Content",
"type": "text",
"name": "maincontent",
"value": "Testimonial Content"
}
]
}
},
"attributes": {
"slider": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/owlcarousel/assets/owl.carousel.css",
"Shortcodes://assets/owlcarousel/assets/owl.theme.default.css",
"Shortcodes://assets/css/testimonial.css"
],
"js": [
"Shortcodes://assets/owlcarousel/owl.carousel.min.js",
"Shortcodes://assets/js/testimonial.js"
]
},
"fields": [
{
"label": "Auto Play",
"type": "select",
"name": "autoPlay",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Number Slides",
"type": "text",
"name": "numSlides",
"value": "1"
},
{
"label": "Show Paging",
"type": "select",
"name": "paging",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Show Controls ",
"type": "select",
"name": "controls",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Extra Class",
"type": "text",
"name": "extraclass",
"value": ""
}
]
},
"zt_carousel": {
"name": "Carousel",
"group": "Scaffolding",
"icon": "fa fa-sliders",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"subTag": {
"zt_carousel_item": {
"attributes": {
"image": "",
"title": "",
"link": ""
},
"fields": [
{
"label": "Avatar",
"type": "text",
"name": "image",
"value": ""
},
{
"label": "Title",
"type": "text",
"name": "title",
"value": ""
},
{
"label": "Link ",
"type": "text",
"name": "link",
"value": ""
}
]
}
},
"attributes": {
"showItem": "",
"duration": "",
"showControl": "",
"showPager": "",
"enableReponsive": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/css/carousel.css"
],
"js": [
"Shortcodes://assets/carouFredSel/jquery.carouFredSel-6.2.1.js",
"Shortcodes://assets/js/carousel.js"
]
},
"fields": [
{
"label": "Item Carousel",
"type": "text",
"name": "showItem",
"value": "6"
},
{
"label": "Duration Carousel",
"type": "text",
"name": "duration",
"value": "1000"
},
{
"label": "Allow Control Carousel",
"type": "checkbox",
"name": "showControl",
"value": ""
},
{
"label": "Allow Pager Carouse",
"type": "checkbox",
"name": "showPager",
"value": ""
},
{
"label": "Allow Responsive Carousel",
"type": "checkbox",
"name": "enableReponsive",
"value": ""
}
]
},
"zt_google_map": {
"name": "Google Map",
"group": "Typography",
"icon": "fa fa-map-marker",
"attributes": {
"address": "",
"height": "",
"width": "",
"type": "",
"zoom": "",
"color": "",
"saturation": ""
},
"depends": {
"css": [
],
"js": [
"Shortcodes://assets/js/jquery.appear.js",
"Shortcodes://assets/js/map.js"
]
},
"fields": [
{
"label": "Address",
"type": "text",
"name": "address",
"value": "Ha Noi"
},
{
"label": "Map Height",
"type": "text",
"name": "height",
"value": "300"
},
{
"label": "Map Width",
"type": "text",
"name": "width",
"value": "500"
},
{
"label": "Map Type",
"type": "select",
"name": "type",
"options": [
{
"value": "roadmap",
"label": "Map"
},
{
"value": "satellite",
"label": "Satellite"
},
{
"value": "hybrid",
"label": "Hybrid"
},
{
"value": "terrain",
"label": "Terrain"
}
]
},
{
"label": "Map Zoom",
"type": "select",
"name": "zoom",
"options": [
{
"value": "14",
"label": "14 - Default"
},
{
"value": "1",
"label": "1"
},
{
"value": "2",
"label": "2"
},
{
"value": "3",
"label": "3"
},
{
"value": "4",
"label": "4"
},
{
"value": "5",
"label": "5"
},
{
"value": "6",
"label": "6"
},
{
"value": "7",
"label": "7"
},
{
"value": "8",
"label": "8"
},
{
"value": "9",
"label": "9"
},
{
"value": "10",
"label": "10"
},
{
"value": "11",
"label": "11"
},
{
"value": "12",
"label": "12"
},
{
"value": "13",
"label": "13"
},
{
"value": "14",
"label": "14"
},
{
"value": "15",
"label": "15"
},
{
"value": "16",
"label": "16"
},
{
"value": "17",
"label": "17"
},
{
"value": "18",
"label": "18"
},
{
"value": "19",
"label": "19"
},
{
"value": "20",
"label": "20"
}
]
},
{
"label": "Map Style",
"type": "select",
"name": "style",
"options": [
{
"value": "default",
"label": "Default"
},
{
"value": "blue-water",
"label": "Blue Water"
},
{
"value": "ultra-light",
"label": "Ultra Light"
},
{
"value": "shades-grey",
"label": "Shades of Grey"
},
{
"value": "light-dream",
"label": "Light Dream"
},
{
"value": "pale-dawn",
"label": "Pale Dawn"
},
{
"value": "blue-essence",
"label": "Blue Essence"
},
{
"value": "unsaturated-browns",
"label": "Unsaturated Browns"
},
{
"value": "paper",
"label": "Paper"
},
{
"value": "subtle-grayscale",
"label": "Subtle Grayscale"
},
{
"value": "midnight",
"label": "Midnight Commander"
},
{
"value": "black-white",
"label": "Black and White"
}
]
}
]
},
"zt_space": {
"name": "Space",
"group": "Typography",
"icon": "fa fa-align-justify",
"attributes": {
"height": "",
"id": "",
"class": ""
},
"fields": [
{
"label": "Height",
"type": "text",
"name": "height",
"value": ""
},
{
"label": "ID Element",
"type": "text",
"name": "id",
"value": ""
},
{
"label": "Class Extend",
"type": "text",
"name": "class",
"value": ""
}
]
},
"zt_title": {
"name": "Title",
"group": "Typography",
"icon": "fa fa-adn",
"attributes": {
"type": "",
"marginTop": "",
"marginBottom": "",
"id": "",
"class": ""
},
"depends": {
"css": [
"Shortcodes://assets/css/title.css"
]
},
"fields": [
{
"label": "Title",
"type": "text",
"name": "maincontent",
"value": ""
},
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "",
"label": "No Style"
},
{
"value": "single-border",
"label": "Single Border Solid"
},
{
"value": "double-border",
"label": "Double Border Solid"
},
{
"value": "single-bottom",
"label": "Single Border Bottom"
},
{
"value": "double-bottom",
"label": "Double Border Bottom"
}
]
},
{
"label": "Margin Top",
"type": "text",
"name": "marginTop",
"value": ""
},
{
"label": "Margin Bottom",
"type": "text",
"name": "marginBottom",
"value": ""
},
{
"label": "ID Element",
"type": "text",
"name": "id",
"value": ""
},
{
"label": "Class Extend",
"type": "text",
"name": "class",
"value": ""
}
]
},
"zt_persons": {
"name": "Person",
"group": "Scaffolding",
"icon": "fa fa-user",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"subTag": {
"zt_person": {
"attributes": {
"name": "",
"position": "",
"email": "",
"phone": "",
"description": "",
"image": "",
"imgtype": "",
"socialtype": "",
"facebook": "",
"twitter": "",
"email": "",
"google": "",
"instagram": "",
"skype": "",
"dribbble": "",
"linkedin": "",
"column": ""
},
"fields": [
{
"label": "Person Name",
"type": "text",
"name": "name",
"value": "Person Name"
},
{
"label": "Person Position",
"type": "text",
"name": "position",
"value": "Person Position"
},
{
"label": "Person Email",
"type": "text",
"name": "email",
"value": "#email"
},
{
"label": "Person Phone",
"type": "text",
"name": "phone",
"value": "#phone"
},
{
"label": "Description",
"type": "textarea",
"name": "description",
"value": "Persons Description"
},
{
"label": "Image",
"type": "text",
"name": "image",
"value": "images/"
},
{
"label": "Image Style",
"type": "select",
"name": "imgtype",
"options": [
{
"value": "",
"label": "none"
},
{
"value": "rounded",
"label": "Rounded"
},
{
"value": "circle",
"label": "Circle"
}
]
},
{
"label": "Facebook",
"type": "text",
"name": "facebook",
"value": "#facebook"
},
{
"label": "Twitter",
"type": "text",
"name": "twitter",
"value": "#twitter"
},
{
"label": "Goolge +",
"type": "text",
"name": "google",
"value": "#google"
},
{
"label": "Instagram",
"type": "text",
"name": "instagram",
"value": "#instagram"
},
{
"label": "Skype",
"type": "text",
"name": "skype",
"value": "#skype"
},
{
"label": "Dribbble",
"type": "text",
"name": "dribbble",
"value": "#dribbble"
},
{
"label": "Linkedin",
"type": "text",
"name": "linkedin",
"value": "#linkedin"
},
{
"label": "Social Style",
"type": "select",
"name": "socialtype",
"options": [
{
"value": "",
"label": "none"
},
{
"value": "rounded",
"label": "Rounded"
},
{
"value": "circle",
"label": "Circle"
}
]
},
{
"label": "Column",
"type": "select",
"name": "column",
"options": [
{
"value": "1",
"label": "1/12"
},
{
"value": "2",
"label": "2/12"
},
{
"value": "3",
"label": "3/12"
},
{
"value": "4",
"label": "4/12"
},
{
"value": "5",
"label": "5/12"
},
{
"value": "6",
"label": "6/12"
},
{
"value": "7",
"label": "7/12"
},
{
"value": "8",
"label": "8/12"
},
{
"value": "9",
"label": "9/12"
},
{
"value": "10",
"label": "10/12"
},
{
"value": "11",
"label": "11/12"
},
{
"value": "11",
"label": "11/12"
}
]
}
]
}
},
"attributes": {
"slider": "",
"pager": "",
"controls": "",
"auto": "",
"margin": "",
"item": "",
"extraclass": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/owlcarousel/assets/owl.carousel.css",
"Shortcodes://assets/owlcarousel/assets/owl.theme.default.css",
"Shortcodes://assets/css/persons.css"
],
"js": [
"Shortcodes://assets/owlcarousel/owl.carousel.min.js",
"Shortcodes://assets/js/persons.js"
]
},
"fields": [
{
"label": "Allow Slider",
"type": "checkbox",
"name": "slider",
"value": ""
},
{
"label": "Allow Pager",
"type": "checkbox",
"name": "pager",
"value": ""
},
{
"label": "Allow Controls",
"type": "checkbox",
"name": "controls",
"value": ""
},
{
"label": "Auto Slider",
"type": "checkbox",
"name": "auto",
"value": ""
},
{
"label": "Show Item",
"type": "text",
"name": "item",
"value": "4"
},
{
"label": "Extra Class",
"type": "text",
"name": "extraclass",
"value": ""
}
]
},
"zt_social_icons": {
"name": "Social Icon",
"group": "Scaffolding",
"icon": "fa fa-twitter",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"subTag": {
"zt_social_icon": {
"attributes": {
"icon": "",
"title": "",
"link": "",
"color": "",
"bgColor": "",
"bdColor": "",
"hoverColor": "",
"hoverBgColor": "",
"hoverBdColor": ""
},
"fields": [
{
"label": "Icon (Select Icon Social)",
"type": "faicons",
"name": "icon",
"value": ""
},
{
"label": "Icon Size",
"type": "text",
"name": "iconSize",
"value": "16"
},
{
"label": "Title",
"type": "text",
"name": "title",
"value": ""
},
{
"label": "Link",
"type": "text",
"name": "link",
"value": "#"
},
{
"label": "Color",
"type": "colorpicker",
"name": "color",
"value": "#000000"
},
{
"label": "Background Color",
"type": "colorpicker",
"name": "bgColor",
"value": "#000000"
},
{
"label": "Border Color",
"type": "colorpicker",
"name": "bdColor",
"value": "#000000"
},
{
"label": "Hover Color",
"type": "colorpicker",
"name": "hoverColor",
"value": "#000000"
},
{
"label": "Hover Background Color",
"type": "colorpicker",
"name": "hoverBgColor",
"value": "#000000"
},
{
"label": "Hover Border Color",
"type": "colorpicker",
"name": "hoverBdColor",
"value": "#000000"
}
]
}
},
"attributes": {
"boxed": "",
"radius": "",
"extraclass": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/css/social.css"
],
"js": [
]
},
"fields": [
{
"label": "Boxed Social Icons",
"type": "select",
"name": "boxed",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Social Icon Box Radius",
"type": "text",
"name": "radius",
"value": "5"
},
{
"label": "Extra Class",
"type": "text",
"name": "extraclass",
"value": ""
}
]
},
"zt_box_content": {
"name": "Box Content",
"group": "Scaffolding",
"icon": "fa fa-th-large",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"subTag": {
"zt_box_content_item": {
"attributes": {
"boxBgColor": "",
"icon": "",
"iconStyle": "",
"iconAnimation": "",
"iconColor": "",
"iconBgColor": "",
"iconBorder": "",
"iconBorderColor": "",
"iconSize": "",
"iconTop": "",
"iconBottom": "",
"iconFontSize": "",
"title": "",
"link": "",
"linkText": "",
"linkColor": "",
"linkBgColor": "",
"linkColorHover": "",
"linkBgColorHover": "",
"column": ""
},
"fields": [
{
"label": "Background Box Color",
"type": "colorpicker",
"name": "boxBgColor",
"value": ""
},
{
"label": "Icon",
"type": "faicons",
"name": "icon",
"value": ""
},
{
"label": "Icon Style",
"type": "select",
"name": "iconStyle",
"options": [
{
"value": "",
"label": "Default"
},
{
"value": "square",
"label": "Square"
},
{
"value": "circle",
"label": "Circle"
},
{
"value": "rounder",
"label": "Rounder"
}
]
},
{
"label": "Icon Animation",
"type": "select",
"name": "iconAnimation",
"options": [
{
"value": "",
"label": "Default"
},
{
"value": "spin",
"label": "Spin Always"
},
{
"value": "spin-hover",
"label": "Spin Hover"
},
{
"value": "left-hover",
"label": "Animation Left Hover"
},
{
"value": "zoom-hover",
"label": "Animation Zoom Hover"
}
]
},
{
"label": "Icon Color",
"type": "colorpicker",
"name": "iconColor",
"value": "#2c2c2c"
},
{
"label": "Icon Background Color",
"type": "colorpicker",
"name": "iconBgColor",
"value": "#000"
},
{
"label": "Icon Border Size",
"type": "text",
"name": "iconBorder",
"value": "5"
},
{
"label": "Border Color",
"type": "colorpicker",
"name": "iconBorderColor",
"value": "#f26c4f"
},
{
"label": "Icon Around Size",
"type": "text",
"name": "iconSize",
"value": "160"
},
{
"label": "Icon Margin Top",
"type": "text",
"name": "iconTop",
"value": "20"
},
{
"label": "Icon Margin Bottom",
"type": "text",
"name": "iconBottom",
"value": "20"
},
{
"label": "Icon Font Size",
"type": "text",
"name": "iconFontSize",
"value": "60"
},
{
"label": "Title",
"type": "text",
"name": "title",
"value": "Boxed Content"
},
{
"label": "Content",
"type": "textarea",
"name": "maincontent",
"value": "Boxed Content"
},
{
"label": "Link",
"type": "text",
"name": "link",
"value": "#link"
},
{
"label": "Text Link",
"type": "text",
"name": "linkText",
"value": "Read More"
},
{
"label": "Link Color",
"type": "colorpicker",
"name": "linkColor",
"value": "#ffffff"
},
{
"label": "Link Background Color",
"type": "colorpicker",
"name": "linkBgColor",
"value": "#f26c4f"
},
{
"label": "Link Color Hover",
"type": "colorpicker",
"name": "linkColorHover",
"value": "#333333"
},
{
"label": "Link Background Color Hover",
"type": "colorpicker",
"name": "linkBgColorHover",
"value": "#eeeeee"
},
{
"label": "Column",
"type": "select",
"name": "column",
"options": [
{
"value": "1",
"label": "1/12"
},
{
"value": "2",
"label": "2/12"
},
{
"value": "3",
"label": "3/12"
},
{
"value": "4",
"label": "4/12"
},
{
"value": "5",
"label": "5/12"
},
{
"value": "6",
"label": "6/12"
},
{
"value": "7",
"label": "7/12"
},
{
"value": "8",
"label": "8/12"
},
{
"value": "9",
"label": "9/12"
},
{
"value": "10",
"label": "10/12"
},
{
"value": "11",
"label": "11/12"
},
{
"value": "11",
"label": "11/12"
}
]
}
]
}
},
"attributes": {
"class": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/css/box-content.css"
],
"js": [
]
},
"fields": [
{
"label": "Class Extend",
"type": "text",
"name": "class",
"value": ""
}
]
},
"zt_counter": {
"name": "Counter Box",
"group": "Scaffolding",
"icon": "fa fa-asterisk",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"subTag": {
"zt_counter_box": {
"attributes": {
"icon": "",
"iconColor": "",
"from": "",
"to": "",
"unit": "",
"unitPos": "",
"updown": "",
"speed": "",
"countColor": "",
"contentColor": "",
"border": "",
"bdColor": "",
"column": ""
},
"fields": [
{
"label": "Icon",
"type": "faicons",
"name": "icon",
"value": ""
},
{
"label": "Icon Size",
"type": "text",
"name": "iconSize",
"value": "16"
},
{
"label": "Icon Color",
"type": "colorpicker",
"name": "iconColor",
"value": ""
},
{
"label": "Counter Form",
"type": "text",
"name": "from",
"value": "0"
},
{
"label": "Counter To",
"type": "text",
"name": "to",
"value": "1000"
},
{
"label": "Counter Unit",
"type": "text",
"name": "unit",
"value": "$"
},
{
"label": "Unit Position",
"type": "select",
"name": "unitPos",
"options": [
{
"value": "before",
"label": "Before Value"
},
{
"value": "after",
"label": "After Value"
}
]
},
{
"label": "Count Up or Down",
"type": "select",
"name": "updown",
"options": [
{
"value": "up",
"label": "Up"
},
{
"value": "down",
"label": "Down"
}
]
},
{
"label": "Speed",
"type": "text",
"name": "speed",
"value": "1000"
},
{
"label": "Counter Color",
"type": "colorpicker",
"name": "countColor",
"value": "#a0ce4e"
},
{
"label": "Content Color",
"type": "colorpicker",
"name": "contentColor",
"value": "#747474"
},
{
"label": "Border",
"type": "select",
"name": "border",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Border Color",
"type": "colorpicker",
"name": "bdColor",
"value": "#e0dede"
},
{
"label": "Content",
"type": "text",
"name": "maincontent",
"value": "Complete Project"
},
{
"label": "Column",
"type": "select",
"name": "column",
"options": [
{
"value": "1",
"label": "1/12"
},
{
"value": "2",
"label": "2/12"
},
{
"value": "3",
"label": "3/12"
},
{
"value": "4",
"label": "4/12"
},
{
"value": "5",
"label": "5/12"
},
{
"value": "6",
"label": "6/12"
},
{
"value": "7",
"label": "7/12"
},
{
"value": "8",
"label": "8/12"
},
{
"value": "9",
"label": "9/12"
},
{
"value": "10",
"label": "10/12"
},
{
"value": "11",
"label": "11/12"
},
{
"value": "11",
"label": "11/12"
}
]
}
]
}
},
"attributes": {
"class": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/css/counter-box.css"
],
"js": [
"Shortcodes://assets/js/jquery.easing.min.js",
"Shortcodes://assets/js/waypoints.min.js",
"Shortcodes://assets/js/counter-box.js",
"Shortcodes://assets/js/counter.min.js"
]
},
"fields": [
{
"label": "Class Extend",
"type": "text",
"name": "class",
"value": ""
}
]
},
"zt_stunning_text": {
"name": "Stunning Text",
"group": "Typography",
"icon": "fa fa-connectdevelop",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"attributes": {
"bgColor": "",
"padding": "",
"border": "",
"borderColor": "",
"button": "",
"buttonLink": "",
"buttonBg": "",
"buttonColor": "",
"title": "",
"titleColor": "",
"captionColor": ""
},
"depends": {
"css": [
"Shortcodes://assets/css/stunning-text.css"
],
"js": [
]
},
"fields": [
{
"label": "Background Color",
"type": "colorpicker",
"name": "bgColor",
"value": "#f3f3f3"
},
{
"label": "Padding Around",
"type": "text",
"name": "padding",
"description": "Enter padding around for stunning text. <strong>Note: please enter with format: 10px 10px 10px 10px</strong>",
"value": "30px 200px 35px 35px"
},
{
"label": "Border Width",
"type": "text",
"name": "border",
"description": "Enter border around for stunning text. <strong>Example: 4</strong>",
"value": "0"
},
{
"label": "Border Color",
"type": "colorpicker",
"name": "borderColor",
"value": "#e5e5e5"
},
{
"label": "Button Text",
"type": "text",
"name": "button",
"description": "Enter Button Text for stunning text. <strong>Example: Button Text</strong>",
"value": "Button Text"
},
{
"label": "Button Link",
"type": "text",
"name": "buttonLink",
"description": "Enter Button Link for stunning text. <strong>Example: http://www.zootemplate.com/</strong>",
"value": "http://www.zootemplate.com/"
},
{
"label": "Button Color",
"type": "colorpicker",
"name": "buttonColor",
"value": "#ffffff"
},
{
"label": "Button Background Color",
"type": "colorpicker",
"name": "buttonBg",
"value": "#0088cc"
},
{
"label": "Title",
"type": "text",
"name": "title",
"description": "Enter Title for stunning text. <strong>Example: Lorem Ipsum is simply</strong>",
"value": "Lorem Ipsum is simply"
},
{
"label": "Title Color",
"type": "colorpicker",
"name": "titleColor",
"value": "#0088cc"
},
{
"label": "Caption",
"type": "textarea",
"name": "maincontent",
"description": "Enter Content for stunning text. <strong>Example: Lorem Ipsum is simply dummy text of the....</strong>",
"value": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries"
},
{
"label": "Caption Color",
"type": "colorpicker",
"name": "captionColor",
"value": "#a0a0a0"
}
]
},
"zt_flip_boxes": {
"name": "Flip Boxes",
"group": "Typography",
"icon": "fa fa-lastfm",
"description": "",
"subTag": {
"flip_box": {
"attributes": {
"titleFront": "",
"textFront": "",
"bgColorFront": "",
"titleFrontColor": "",
"textFrontColor": "",
"titleBack": "",
"textBack": "",
"bgColorBack": "",
"titleBackColor": "",
"textBackColor": "",
"borderSize": "",
"borderColor": "",
"borderRadius": "",
"icon": "",
"iconColor": "",
"circle": "",
"circleBgColor": "",
"circleBorderColor": "",
"iconSpin": "",
"image": "",
"imageWidth": "",
"imageHeight": "",
"animationSpeed": ""
},
"fields": [
{
"label": "Flip Box Frontside",
"type": "heading"
},
{
"label": "Flip Box Front Heading",
"type": "text",
"name": "titleFront",
"description": "Add a heading for the Front of the flip box.",
"value": "Your Content Goes Here"
},
{
"label": "Flip Box Front Content",
"type": "text",
"name": "textFront",
"description": "Add a heading for the backside of the flip box.",
"value": "Lorem Ipsum is simply dummy text of the printing and typesetting industry"
},
{
"label": "Background Color Front",
"type": "colorpicker",
"name": "bgColorFront",
"description": "Controls the background color of the Front. Leave blank for theme option selection.",
"value": ""
},
{
"label": "Heading Color Front",
"type": "colorpicker",
"name": "titleFrontColor",
"description": "Controls the heading color of the Front. Leave blank for theme option selection.",
"value": ""
},
{
"label": "Content Color Front",
"type": "colorpicker",
"name": "textFrontColor",
"description": "Controls the text color of the Front. Leave blank for theme option selection.",
"value": ""
},
{
"label": "Flip Box Backside",
"type": "heading"
},
{
"label": "Flip Box Backside Heading",
"type": "text",
"name": "titleBack",
"description": "Add a heading for the backside of the flip box.",
"value": "Your Content Goes Here"
},
{
"label": "Flip Box Backside Content",
"type": "text",
"name": "textBack",
"description": "Add content for the backside of the flip box.",
"value": "Lorem Ipsum is simply dummy text of the printing and typesetting industry"
},
{
"label": "Background Color Back",
"type": "colorpicker",
"name": "bgColorBack",
"description": "Controls the background color of the Back",
"value": ""
},
{
"label": "Heading Color Back",
"type": "colorpicker",
"name": "titleBackColor",
"description": "Controls the heading color of the Back",
"value": ""
},
{
"label": "Content Color Back",
"type": "colorpicker",
"name": "textBackColor",
"description": "Controls the text color of the Back. Leave blank for theme option selection.",
"value": ""
},
{
"label": "Flip Box Border",
"type": "heading"
},
{
"label": "Border Size",
"type": "text",
"name": "borderSize",
"description": "Enter border for flip box. Example: 3",
"value": ""
},
{
"label": "Border Color",
"type": "colorpicker",
"name": "borderColor",
"description": "Flip Box the border color",
"value": ""
},
{
"label": "Border Radius",
"type": "text",
"name": "borderRadius",
"description": "Flip Box the border radius. Example: 4",
"value": ""
},
{
"label": "Flip Box Icon",
"type": "heading"
},
{
"label": "Icon",
"type": "faicons",
"name": "icon",
"description": "Click an icon to select",
"value": ""
},
{
"label": "Icon Color",
"type": "colorpicker",
"name": "iconColor",
"description": "Flip Box Icon the border color",
"value": ""
},
{
"label": "Icon Circle",
"type": "select",
"name": "circle",
"description": "Click an icon to select",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Icon Spin",
"type": "select",
"name": "iconSpin",
"description": "",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Icon Circle Background Color",
"type": "colorpicker",
"name": "circleBgColor",
"description": "Flip Box Icon Circle Background color",
"value": ""
},
{
"label": "Icon Circle Border Color",
"type": "colorpicker",
"name": "circleBorderColor",
"description": "Flip Box Icon Circle Border color",
"value": ""
},
{
"label": "Icon Image",
"type": "text",
"name": "image",
"description": "Enter Url Image For Flip Box.",
"value": ""
},
{
"label": "Icon Image Width",
"type": "text",
"name": "imageWidth",
"description": "Enter Width Image For Flip Box.",
"value": ""
},
{
"label": "Icon Image Height",
"type": "text",
"name": "imageHeight",
"description": "Enter Height Image For Flip Box.",
"value": ""
},
{
"label": "Speed of Animation",
"type": "Select",
"name": "animationSpeed",
"description": "Choose Speed Animation For Flip Box.",
"options": [
{
"value": "1",
"label": "1"
},
{
"value": "0.9",
"label": "0.9"
},
{
"value": "0.8",
"label": "0.8"
},
{
"value": "0.7",
"label": "0.7"
},
{
"value": "0.8",
"label": "0.8"
},
{
"value": "0.7",
"label": "0.7"
},
{
"value": "0.6",
"label": "0.6"
},
{
"value": "0.5",
"label": "0.5"
},
{
"value": "0.4",
"label": "0.4"
},
{
"value": "0.3",
"label": "0.3"
},
{
"value": "0.2",
"label": "0.2"
},
{
"value": "0.1",
"label": "0.1"
}
]
}
]
}
},
"attributes": {
"class": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/css/flip_boxes.css"
],
"js": [
"Shortcodes://assets/js/flip-box.js"
]
},
"fields": [
{
"label": "Class Extend",
"type": "text",
"name": "class",
"description": "Enter class extend for flip box",
"value": "zt-flip-box-extend"
}
]
},
"zt_parallax": {
"name": "Parallax",
"group": "Typography",
"icon": "fa fa-connectdevelop",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"attributes": {
"ptype": "",
"image": "",
"bgtype": "",
"video1": "",
"video2": "",
"video3": "",
"overlay": "",
"bgoverlay": "",
"opacity": "",
"padding": "",
"fullwidth": "",
"class": ""
},
"depends": {
"css": [
"Shortcodes://assets/font-awesome/css/font-awesome.min.css",
"Shortcodes://assets/css/counter-box.css",
"Shortcodes://assets/css/parallax.css"
],
"js": [
"Shortcodes://assets/js/jquery.videobackground.js",
"Shortcodes://assets/js/parallax.js"
]
},
"fields": [
{
"label": "Parallax Type",
"type": "select",
"name": "ptype",
"description": "",
"options": [
{
"value": "video",
"label": "Video"
},
{
"value": "image",
"label": "Image"
}
]
},
{
"label": "Background Image",
"type": "text",
"name": "image",
"description": "Choose url path image for parallax",
"value": ""
},
{
"label": "Background Type",
"type": "select",
"name": "type",
"description": "",
"options": [
{
"value": "cover",
"label": "Cover"
},
{
"value": "repeat",
"label": "Repeat"
}
]
},
{
"label": "Link Video (MP4)",
"type": "text",
"name": "video1",
"description": "Choose url video MP4 for parallax",
"value": ""
},
{
"label": "Link Video (WEBM)",
"type": "text",
"name": "video2",
"description": "Choose url video WEBM for parallax",
"value": ""
},
{
"label": "Link Video (OGV)",
"type": "text",
"name": "video3",
"description": "Choose url video OGV for parallax",
"value": ""
},
{
"label": "Parallax Content",
"type": "textarea",
"name": "maincontent",
"value": ""
},
{
"label": "Overlay",
"type": "select",
"name": "overlay",
"description": "Choose overlay parallax",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Background Overlay",
"type": "colorpicker",
"name": "bgoverlay",
"description": "Choose Background Color for overlay parallax",
"value": ""
},
{
"label": "Overlay Opacity",
"type": "select",
"name": "opacity",
"description": "Choose overlay parallax",
"options": [
{
"value": "0.1",
"label": "0.1"
},
{
"value": "0.2",
"label": "0.2"
},
{
"value": "0.3",
"label": "0.3"
},
{
"value": "0.4",
"label": "0.4"
},
{
"value": "0.5",
"label": "0.5"
},
{
"value": "0.6",
"label": "0.6"
},
{
"value": "0.7",
"label": "0.7"
},
{
"value": "0.8",
"label": "0.8"
},
{
"value": "0.9",
"label": "0.9"
},
{
"value": "1",
"label": "1"
}
]
},
{
"label": " Content",
"type": "text",
"name": "padding",
"description": "Choose padding content parallax. Note: only allow padding-top and padding-bottom. exp: 100px 100px",
"value": "100px 100px"
},
{
"label": "Full Width",
"type": "select",
"name": "fullwidth",
"description": "",
"options": [
{
"value": "yes",
"label": "Yes"
},
{
"value": "no",
"label": "No"
}
]
},
{
"label": "Class Extend",
"type": "text",
"name": "class",
"value": ""
}
]
},
"zt_layerslider": {
"name": "Layer Slider",
"group": "Scaffolding",
"icon": "fa fa-sliders",
"description": "Generate Bootstrap grid: http://getbootstrap.com/2.3.2/scaffolding.html#gridSystem",
"depends": {},
"attributes": {
},
"sql":{
"query":"SELECT title, alias FROM #__zt_layerslider_slider WHERE state=1",
"target":"alias"
},
"fields": [
{
"label": "Select Slider",
"type": "select",
"name": "alias",
"options": [
]
}
]
},
"zt_countdown": {
"name": "Countdown",
"group": "Scaffolding",
"icon": "fa fa-clock-o",
"description": "Show a countdown to a given time.",
"attributes": {
"type": "default"
},
"depends": {
"css": [
"Shortcodes://assets/css/countdown.css",
"Shortcodes://assets/countdown/css/jquery.classycountdown.css"
],
"js": [
"Shortcodes://assets/countdown/jquery.plugin.min.js",
"Shortcodes://assets/countdown/jquery.countdown.min.js",
"Shortcodes://assets/countdown/js/jquery.knob.js",
"Shortcodes://assets/countdown/js/jquery.throttle.js",
"Shortcodes://assets/countdown/js/jquery.classycountdown.js"
]
},
"fields": [
{
"label": "Type",
"type": "select",
"name": "type",
"options": [
{
"value": "default",
"label": "Default"
},
{
"value": "circle",
"label": "Circle"
}
]
},
{
"label": "Time",
"type": "datepicker",
"name": "time",
"value": ""
},
{
"label": "Show Label",
"type": "select",
"name": "show-label",
"options": [
{
"label": "Yes",
"value": "yes"
},
{
"label": "No",
"value": "no"
}
]
},
{
"label": "Extra Class",
"type": "text",
"name": "extraclass",
"value": ""
}
]
},
"zt_gallery_instagram": {
"name": "Gallery Instagram",
"group": "Scaffolding",
"icon": "fa fa-instagram",
"description": "Show gallery instagram.",
"attributes": {
},
"depends": {
"css": [
"Shortcodes://assets/css/instagram.css"
],
"js": [
"Shortcodes://assets/js/instagram.js"
]
},
"fields": [
{
"label": "Instagram User ID",
"type": "text",
"name": "user_id",
"value": ""
},
{
"label": "Access Token",
"type": "text",
"name": "access_token",
"value": ""
},
{
"label": "Item Limit",
"type": "text",
"name": "limit",
"value": ""
},
{
"label": "Number of item per row",
"type": "text",
"name": "per_row",
"value": ""
},
{
"label": "Extra Class",
"type": "text",
"name": "extraclass",
"value": ""
}
]
}
}