0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/lib/theme_metadata.rb
discourse-patch-triage[bot] 6476d09d89
DEV: Remove deprecated themes/plugins from the list [backport 2026.6] (#42060)
Backport of #41948 to release/2026.6.

---

discourse-search-banner, discourse-invite-tokens,
discourse-push-notifications, discourse-vk-auth

Co-authored-by: Jarek Radosz <jarek@cvx.dev>
2026-07-27 17:29:29 +01: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