diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-02-20 23:30:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 23:30:29 +0200 |
commit | d9837b19e357f0a85580e2a7cd7e28666d994b11 (patch) | |
tree | afe1930921afdb8e63b83fb95f9544fcfa6b1867 /static/admin | |
parent | 68ac06cdd0a22422dbf502f92eace4ef12d86de3 (diff) |
explain BaseURL on NCMS
Diffstat (limited to 'static/admin')
-rw-r--r-- | static/admin/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index c3d0832..4fb01ae 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -140,7 +140,7 @@ collections: - label: 'Base URL / Hostname' name: 'baseURL' widget: 'string' - hint: 'Where is the site hosted? What is the hostname or path to the root? Slash forces relative links but may not work in all setups.' + hint: 'Where is the site hosted? Hostname (and path) to the root. Prior to version 3, a slash was used which now works in local testing, but breaks certain features of cState like RSS feeds, so a correct example for production is: https://cstate.mnts.lt' default: '/' # PARAMS - label: "Params" |