Skip to content

Commit

Permalink
fix(Website Settings): Set Code fieldtype to HTML (#7697)
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Jun 14, 2019
1 parent 22adf2e commit 98c94e7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions frappe/website/doctype/website_settings/website_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"creation": "2013-04-30 12:58:46",
"doctype": "DocType",
"document_type": "Other",
"engine": "InnoDB",
"field_order": [
"sb0",
"home_page",
Expand Down Expand Up @@ -108,7 +109,8 @@
"description": "Brand is what appears on the top-left of the toolbar. If it is an image, make sure it\nhas a transparent background and use the <img /> tag. Keep size as 200px x 30px",
"fieldname": "brand_html",
"fieldtype": "Code",
"label": "Brand HTML"
"label": "Brand HTML",
"options": "HTML"
},
{
"fieldname": "set_banner_from_image",
Expand All @@ -122,6 +124,7 @@
"label": "Top Bar"
},
{
"default": "0",
"fieldname": "navbar_search",
"fieldtype": "Check",
"label": "Include Search in Top Bar"
Expand All @@ -142,7 +145,8 @@
"description": "Banner is above the Top Menu Bar.",
"fieldname": "banner_html",
"fieldtype": "Code",
"label": "Banner HTML"
"label": "Banner HTML",
"options": "HTML"
},
{
"collapsible": 1,
Expand All @@ -168,6 +172,7 @@
"options": "Top Bar Item"
},
{
"default": "0",
"fieldname": "hide_footer_signup",
"fieldtype": "Check",
"label": "Hide Footer Signup"
Expand Down Expand Up @@ -208,6 +213,7 @@
"read_only": 1
},
{
"default": "0",
"description": "Disable Customer Signup link in Login page",
"fieldname": "disable_signup",
"fieldtype": "Check",
Expand Down Expand Up @@ -238,6 +244,7 @@
"label": "Chat"
},
{
"default": "0",
"fieldname": "chat_enable",
"fieldtype": "Check",
"label": "Enable Chat"
Expand Down Expand Up @@ -286,7 +293,7 @@
"idx": 1,
"issingle": 1,
"max_attachments": 10,
"modified": "2019-05-07 11:24:10.031140",
"modified": "2019-06-12 17:16:37.452872",
"modified_by": "Administrator",
"module": "Website",
"name": "Website Settings",
Expand All @@ -307,6 +314,7 @@
"role": "All"
}
],
"sort_field": "modified",
"sort_order": "ASC",
"track_changes": 1
}

0 comments on commit 98c94e7

Please sign in to comment.