Remove unneeded js files in hooks.py
This commit is contained in:
32
rangeldigital/fixtures/web_template_page_heading_2.json
Normal file
32
rangeldigital/fixtures/web_template_page_heading_2.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user