mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
8 lines
135 B
Ruby
8 lines
135 B
Ruby
# frozen_string_literal: true
|
|
|
|
class ThemeSettingsManager::List < ThemeSettingsManager
|
|
def list_type
|
|
@opts[:list_type]
|
|
end
|
|
end
|