mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 12:54:56 +00:00
Followup to eea74e0e32f704f0756202c3f3ae801bcc8ac8bb. 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"] ```