Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Website Settings): Set Code fieldtype to HTML #7697

Merged
merged 1 commit into from
Jun 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
}