mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
better validation / desc for embeddable_host
This commit is contained in:
parent
2585962552
commit
f3b5a4c888
2 changed files with 4 additions and 2 deletions
|
@ -1105,7 +1105,7 @@ en:
|
|||
warn_reviving_old_topic_age: "When someone starts replying to a topic where the last reply is older than this many days, a warning will be displayed. Disable by setting to 0."
|
||||
autohighlight_all_code: "Force apply code highlighting to all preformatted code blocks even when they didn't explicitly specify the language."
|
||||
|
||||
embeddable_host: "Host that can embed the comments from this Discourse forum."
|
||||
embeddable_host: "Host that can embed the comments from this Discourse forum. Hostname only, do not begin with http://"
|
||||
feed_polling_enabled: "EMBEDDING ONLY: Whether to embed a RSS/ATOM feed as posts."
|
||||
feed_polling_url: "EMBEDDING ONLY: URL of RSS/ATOM feed to embed."
|
||||
embed_by_username: "Discourse username of the user who creates the embedded topics."
|
||||
|
|
|
@ -688,7 +688,9 @@ developer:
|
|||
client: true
|
||||
|
||||
embedding:
|
||||
embeddable_host: ''
|
||||
embeddable_host:
|
||||
default: ''
|
||||
regex: "^(?!http).+" # don't allow this to start with http:// or https://
|
||||
feed_polling_enabled: false
|
||||
feed_polling_url: ''
|
||||
embed_by_username:
|
||||
|
|
Loading…
Reference in a new issue