Various changes to website
This commit is contained in:
38
rangeldigital/fixtures/web_template_page_heading_1.json
Normal file
38
rangeldigital/fixtures/web_template_page_heading_1.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"doctype": "Web Template",
|
||||
"name": "Page Heading - 1",
|
||||
"module": "Website",
|
||||
"type": "Component",
|
||||
"template":"<section class=\"page-heading-1\"><div class=\"container text-center\"><h1 class=\"rd text-gradient-1\">{{heading}}</h1><h2 class=\"rd\">{{sub_heading}}</h2><a class=\"rd-button-one\" href=\"{{cta_url}}\">{{cta_text}}</a></div></section>",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "sub_heading",
|
||||
"fieldtype": "Data",
|
||||
"label": "Sub Heading",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_text",
|
||||
"fieldtype": "Data",
|
||||
"label": "CTA Text",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "cta_url",
|
||||
"fieldtype": "Data",
|
||||
"label": "CTA URL",
|
||||
"reqd": 0
|
||||
}
|
||||
],
|
||||
"owner": "Administrator",
|
||||
"created_by": "Administrator",
|
||||
"modified": "2024-08-12 14:30:14",
|
||||
"standard": 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user