Changes to web templates

This commit is contained in:
Jeremy Rangel
2025-02-17 22:53:49 -08:00
parent 0991b51fe0
commit d7f9ddb8dd
10 changed files with 217 additions and 14 deletions

View File

@ -0,0 +1,28 @@
{
"__unsaved": 1,
"creation": "2024-08-12 15:26:23.140620",
"docstatus": 0,
"doctype": "Web Template",
"template": "<section><div class=\"container\"><div class=\"row\"><div class=\"col-md-8\">{{left_column_html}}</div><div class=\"col-md-4\">{{right_column_html}}</div></div></div></section>",
"fields": [
{
"fieldname": "left_column_html",
"fieldtype": "Code",
"label": "Left Column HTML"
},
{
"fieldname": "right_column_html",
"fieldtype": "Code",
"label": "Right Column HTML"
}
],
"idx": 0,
"modified": "2022-03-21 14:30:14.405261",
"modified_by": "Administrator",
"module": "Website",
"name": "75/25 HTML Section - 1",
"owner": "Administrator",
"standard": 0,
"type": "Component"
}