Added static html web template
This commit is contained in:
38
rangeldigital/fixtures/web_template_static_html.json
Normal file
38
rangeldigital/fixtures/web_template_static_html.json
Normal file
@ -0,0 +1,38 @@
|
||||
|
||||
{
|
||||
"__unsaved": 1,
|
||||
"creation": "2024-08-12 15:26:23.140620",
|
||||
"docstatus": 0,
|
||||
"doctype": "Web Template",
|
||||
"fields": [
|
||||
{
|
||||
"fieldname": "html",
|
||||
"fieldtype": "Code",
|
||||
"label": "HTML",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "style",
|
||||
"fieldtype": "Code",
|
||||
"label": "Style",
|
||||
"reqd": 0
|
||||
},
|
||||
{
|
||||
"fieldname": "margin_top",
|
||||
"fieldtype": "Data",
|
||||
"label": "Margin - Top",
|
||||
"reqd": 0
|
||||
}
|
||||
|
||||
|
||||
],
|
||||
"idx": 0,
|
||||
"modified": "2022-03-21 14:30:14.405261",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Website",
|
||||
"name": "Static HTML Template",
|
||||
"owner": "Administrator",
|
||||
"standard": 0,
|
||||
"template": "<style>{{ style }} </style><div style=\"margin-top:{{ margin_top }} \">{{ html }}</div>",
|
||||
"type": "Component"
|
||||
}
|
||||
Reference in New Issue
Block a user