Changes to web template fixtures and css
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><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",
|
||||
|
||||
Reference in New Issue
Block a user