32 lines
898 B
JSON
32 lines
898 B
JSON
{
|
|
"doctype": "Web Template",
|
|
"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>",
|
|
"fields": [
|
|
{
|
|
"fieldname": "heading",
|
|
"fieldtype": "Data",
|
|
"label": "Heading",
|
|
"reqd": 0
|
|
},
|
|
{
|
|
"fieldname": "sub_heading",
|
|
"fieldtype": "Data",
|
|
"label": "Sub Heading",
|
|
"reqd": 0
|
|
},
|
|
{
|
|
"fieldname": "featured_image",
|
|
"fieldtype": "Attach Image",
|
|
"label": "Featured Image",
|
|
"reqd": 0
|
|
}
|
|
],
|
|
"owner": "Administrator",
|
|
"created_by": "Administrator",
|
|
"modified": "2024-08-12 14:30:14",
|
|
"standard": 0
|
|
}
|
|
|