{
	"data": {
		"_customHTML": "<section class=\"mbr-section article\">\n\n    <mbr-parameters>\n    <!-- Block parameters controls (Blue \"Gear\" panel) -->\n        <input type=\"range\" inline title=\"Top\" name=\"paddingTop\" min=\"0\" max=\"8\" step=\"1\" value=\"4\">\n        <input type=\"range\" inline title=\"Bottom\" name=\"paddingBottom\" min=\"0\" max=\"8\" step=\"1\" value=\"4\">\n        <input type=\"color\" title=\"Background Color\" name=\"bgColor\" value=\"#ffffff\">\n      \t<input type=\"color\" title=\"Quote Background Color\" name=\"quoteBgColor\" value=\"#efefef\">\n      \t<input type=\"color\" title=\"Quote Line Color\" name=\"quoteLineColor\" value=\"#55b4d4\">\n      \t<input type=\"range\" inline title=\"Quote Line Width\" name=\"quoteLineWidth\" min=\"0\" max=\"20\" step=\"1\" value=\"8\">\n      \t<input type=\"range\" inline title=\"Quote Border Radius\" name=\"quoteBorderRadius\" min=\"0\" max=\"50\" step=\"5\" value=\"25\">\n    <!-- End block parameters -->\n    </mbr-parameters> \n\n    <div class=\"container\">\n        <div class=\"media-container-row\">\n            <div class=\"mbr-text col-12 col-md-8 mbr-fonts-style\" mbr-theme-style=\"display-7\" data-multiline mbr-article>\n                <blockquote><p><span style=\"font-style: normal;\">This article block is a copy of the Mobirise 4 block, but you can customize this entirely. You can change the background color, the line color, the line width and also set the border radius.</span></p></blockquote>\n            </div>\n        </div>\n    </div>\n</section>",
		"_styles": {
			"padding-top": "(@paddingTop * 15px)",
			"padding-bottom": "(@paddingBottom * 15px)",
			"background-color": "@bgColor",
			".mbr-text, blockquote": {
				"color": "#767676"
			},
			"blockquote": {
				"background-color": "@quoteBgColor",
				"border-color": "@quoteLineColor",
				"border-width": "(@quoteLineWidth * 1px)",
				"margin-bottom": "0px",
				"border-radius": "0px (@quoteBorderRadius * 1px) (@quoteBorderRadius * 1px) 0px"
			}
		}
	}
}