Move HTML settings to content blocks settings page

- Rename html settings keys
- Show html settings next to content blocks page
- Hide html settings from configuration tab
This commit is contained in:
Julian Herrero
2019-03-13 12:49:50 +01:00
parent 89d4ea5aa3
commit 4df9a1a1b4
8 changed files with 23 additions and 14 deletions

View File

@@ -41,10 +41,10 @@ Setting["months_to_archive_proposals"] = 12
Setting["email_domain_for_officials"] = ""
# Code to be included at the top (inside <head>) of every page (useful for tracking)
Setting["per_page_code_head"] = ""
Setting["html.per_page_code_head"] = ""
# Code to be included at the top (inside <body>) of every page
Setting["per_page_code_body"] = ""
Setting["html.per_page_code_body"] = ""
# Social settings
Setting["twitter_handle"] = nil