docbrown/app/lib/constants/settings.rb
Lisa Sy fc4f6e3b1c
Improve information architecture of Settings (#11347)
* WIP Rename categories and make consistency card titles

* Add rest of sections to Extensions page

* icons

* Reshuffle Integrations and remove unnecessary Integrations tab in controller

* Update rspec tests

* Fix specs

Co-authored-by: ludwiczakpawel <ludwiczakpawel@gmail.com>
Co-authored-by: rhymes <rhymes@hey.com>
2020-11-24 12:26:06 -08:00

13 lines
195 B
Ruby

module Constants
module Settings
TAB_LIST = %w[
Profile
Customization
Notifications
Account
Billing
Organization
Extensions
].freeze
end
end