seitime-frappe/frappe/website/web_template/testimonial/testimonial.json
Faris Ansari e662047f26 fix: Web Template
- Disable standard web template form in production
- Prevent standard web template creation in production
- Set type for all templates
2020-09-11 16:00:25 +05:30

32 lines
No EOL
570 B
JSON

{
"creation": "2020-05-16 19:52:11.590319",
"docstatus": 0,
"doctype": "Web Template",
"fields": [
{
"fieldname": "logo",
"fieldtype": "Attach Image",
"label": "Logo",
"reqd": 0
},
{
"fieldname": "name",
"fieldtype": "Data",
"label": "Name",
"reqd": 0
},
{
"fieldname": "content",
"fieldtype": "Small Text",
"label": "Content",
"reqd": 0
}
],
"idx": 0,
"modified": "2020-09-11 15:52:40.622205",
"modified_by": "Administrator",
"name": "Testimonial",
"owner": "Administrator",
"standard": 1,
"type": "Section"
}