seitime-frappe/frappe/website/web_template/markdown/markdown.json
Faris Ansari 54732e5775 fix(UX): Add default to Web Template Field
- Set default values for Select fields
- Remove quick entry from Web Template
2020-10-26 17:44:12 +05:30

30 lines
No EOL
578 B
JSON

{
"creation": "2020-04-19 15:56:20.833205",
"docstatus": 0,
"doctype": "Web Template",
"fields": [
{
"fieldname": "content",
"fieldtype": "Markdown Editor",
"label": "Content",
"options": "Markdown",
"reqd": 0
},
{
"default": "Left",
"fieldname": "align",
"fieldtype": "Select",
"label": "Align",
"options": "Left\nCenter",
"reqd": 0
}
],
"idx": 0,
"modified": "2020-10-26 17:39:47.302460",
"modified_by": "Administrator",
"module": "Website",
"name": "Markdown",
"owner": "Administrator",
"standard": 1,
"type": "Section"
}