* 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>
13 lines
195 B
Ruby
13 lines
195 B
Ruby
module Constants
|
|
module Settings
|
|
TAB_LIST = %w[
|
|
Profile
|
|
Customization
|
|
Notifications
|
|
Account
|
|
Billing
|
|
Organization
|
|
Extensions
|
|
].freeze
|
|
end
|
|
end
|