seitime-frappe/frappe/website/web_template/hero/hero.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

60 lines
No EOL
1.1 KiB
JSON

{
"creation": "2020-04-19 15:26:23.140620",
"docstatus": 0,
"doctype": "Web Template",
"fields": [
{
"fieldname": "title",
"fieldtype": "Data",
"label": "Title",
"reqd": 0
},
{
"fieldname": "subtitle",
"fieldtype": "Text",
"label": "Subtitle",
"reqd": 0
},
{
"fieldname": "primary_action_label",
"fieldtype": "Data",
"label": "Primary Action Label",
"reqd": 0
},
{
"fieldname": "primary_action",
"fieldtype": "Data",
"label": "Primary Action URL",
"reqd": 0
},
{
"fieldname": "secondary_action_label",
"fieldtype": "Data",
"label": "Secondary Action Label",
"reqd": 0
},
{
"fieldname": "secondary_action",
"fieldtype": "Data",
"label": "Secondary Action URL",
"reqd": 0
},
{
"default": "Left",
"fieldname": "align",
"fieldtype": "Select",
"label": "Align",
"options": "Left\nCenter",
"reqd": 0
}
],
"idx": 0,
"modified": "2020-10-26 17:39:56.959008",
"modified_by": "Administrator",
"module": "Website",
"name": "Hero",
"owner": "Administrator",
"standard": 1,
"template": "",
"type": "Section"
}