mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 16:48:26 -05:00
Followup to eea74e0e32. Site settings
which are a list without a list_type should also have the _map
extension added which returns an array based on split("|").
For example:
```
SiteSetting.post_menu_map
=> ["read", "like"]
```