Changes to web templates

This commit is contained in:
Jeremy Rangel
2025-02-17 22:53:49 -08:00
parent 0991b51fe0
commit d7f9ddb8dd
10 changed files with 217 additions and 14 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>{{lead_form_code}}<img src=\"{{featured_image}}\"/></div></section>",
"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>",
"fields": [
{
"fieldname": "heading",