0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-04 10:39:43 +08:00
discourse/lib/theme_metadata.rb
Jarek Radosz b1fc362ad5
DEV: Remove deprecated themes/plugins from the list (#41948)
discourse-search-banner, discourse-invite-tokens,
discourse-push-notifications, discourse-vk-auth
2026-07-23 13:06:14 +02:00

21 lines
494 B
Ruby
Vendored

# frozen_string_literal: true
class ThemeMetadata
OFFICIAL_THEMES =
Set.new(
%w[
discourse-brand-header
discourse-category-banners
discourse-clickable-topic
discourse-custom-header-links
Discourse-easy-footer
discourse-gifs
discourse-tag-icons
discourse-topic-thumbnails
discourse-unanswered-filter
discourse-versatile-banner
DiscoTOC
unformatted-code-detector
],
).to_a
end