Changes to web template fixtures and css

This commit is contained in:
Jeremy Rangel
2025-02-13 02:06:07 -08:00
parent d307fd1225
commit dbe873735b
11 changed files with 271 additions and 7 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><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>{{lead_form_code}}<img src=\"{{featured_image}}\"/></div></section>",
"fields": [
{
"fieldname": "heading",
@ -22,6 +22,12 @@
"fieldtype": "Attach Image",
"label": "Featured Image",
"reqd": 0
},
{
"fieldname": "lead_form_code",
"fieldtype": "Code",
"label": "Lead Form Code",
"reqd": 0
}
],
"owner": "Administrator",