seitime-frappe/frappe/website/web_template/hero/hero.json

61 lines
No EOL
1.1 KiB
JSON

{
"__unsaved": 1,
"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": "2022-03-21 14:30:14.405261",
"modified_by": "Administrator",
"module": "Website",
"name": "Hero",
"owner": "Administrator",
"standard": 1,
"template": "",
"type": "Section"
}