Added RD Quotation - 1 print format

This commit is contained in:
Jeremy Rangel
2025-02-28 04:05:54 -08:00
parent d7f9ddb8dd
commit 8a0e7d5f28
5 changed files with 38 additions and 9 deletions

View File

@ -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",