Added static html web template

This commit is contained in:
Jeremy Rangel
2025-02-01 01:16:29 -08:00
parent d73979faa7
commit bd6b150f37
4 changed files with 66 additions and 0 deletions

View 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"
}