Files
RangelDigital/rangeldigital/fixtures/web_template_static_html.json
2025-02-01 01:16:29 -08:00

38 lines
941 B
JSON

{
"__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"
}