mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 19:44:39 +08:00
work in progress, add custom faq link, ember router needs to know about this or the redirect trick will not work
This commit is contained in:
@ -15,6 +15,7 @@ class SiteSetting < ActiveRecord::Base
|
||||
setting(:company_short_name, 'Unconfigured Forum')
|
||||
setting(:company_domain, 'www.example.com')
|
||||
setting(:tos_url, '')
|
||||
client_setting(:faq_url, '')
|
||||
setting(:privacy_policy_url, '')
|
||||
setting(:api_key, '')
|
||||
client_setting(:traditional_markdown_linebreaks, false)
|
||||
|
Reference in New Issue
Block a user