Files
RangelDigital/rangeldigital/fixtures/web_template_page_heading_1.json
2025-02-17 22:53:49 -08:00

38 lines
1.0 KiB
JSON

{
"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>{% if cta_url %}<a class=\"rd-button-one\" href=\"{{cta_url}}\">{{cta_text}}</a>{% endif %}</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
}