mirror of
https://github.com/discourse/discourse.git
synced 2025-10-03 17:21:20 +08:00
DEV: Move admin config pages out of /customize/ sub-route (#30511)
The customize routes add CSS classes that make these admin config pages look different from the ones under /admin/config. We want all config routes to be under /admin/config as well. This commit moves the emoji, user fields, and permalinks pages out of customize and into config, updating all references and adding more rails routes as needed. Also renames admin emojis route to emoji, emoji is singular and plural.
This commit is contained in:
parent
2ff3f44b95
commit
5711bf6f27
22 changed files with 112 additions and 101 deletions
|
@ -71,7 +71,7 @@ To customize the look and feel of your community beyond what you configured in t
|
|||
- [Font styles](%{base_url}/admin/site_settings/category/all_results?filter=font)
|
||||
- [Site theme](%{base_url}/admin/customize/themes)
|
||||
- [Navigation menu](%{base_url}/admin/site_settings/category/navigation)
|
||||
- [Custom user fields](%{base_url}/admin/customize/user_fields)
|
||||
- [Custom user fields](%{base_url}/admin/config/user-fields)
|
||||
- [Terms of service and privacy policies](%{base_url}/admin/site_settings/category/legal)
|
||||
|
||||
[details="Advanced options"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue