Added RD Quotation - 1 print format
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
"name": "Page Heading - 2",
|
||||
"module": "Website",
|
||||
"type": "Component",
|
||||
"template":"<section class=\"rd-page-heading-2\"><div class=\"container text-center\"><h1 class=\"rd-heading\">{{heading}}</h1><p class=\"rd-sub-heading\">{{sub_heading}}</p>{% if lead_form_code %}{{lead_form_code}}{% endif %}{% if featured_image %}<img src=\"{{featured_image}}\" alt=\"{{featured_image}}\"/>{% endif %}</div></section>",
|
||||
"template":"<section class=\"rd-page-heading-2\"><div class=\"container text-center\"><h1 class=\"rd-heading\">{{heading}}</h1>{% if sub_heading %}<p class=\"rd-sub-heading\">{{sub_heading}}</p>{% endif %}{% if lead_form_code %}{{lead_form_code}}{% endif %}{% if featured_image %}<img src=\"{{featured_image}}\" alt=\"{{featured_image}}\"/>{% endif %}</div></section>",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "heading",
|
||||
|
||||
Reference in New Issue
Block a user