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

@@ -51,8 +51,9 @@ section "Creating Settings" do
Setting.create(key: "feature.public_stats", value: "true")
Setting.create(key: "feature.help_page", value: "true")
Setting.create(key: "per_page_code_head", value: "")
Setting.create(key: "per_page_code_body", value: "")
Setting.create(key: "html.per_page_code_head", value: "")
Setting.create(key: "html.per_page_code_body", value: "")
Setting.create(key: "comments_body_max_length", value: "1000")
Setting.create(key: "mailer_from_name", value: "CONSUL")
Setting.create(key: "mailer_from_address", value: "noreply@consul.dev")