DEV: Remove the last `transpile_js` mentions (#26263)

This commit is contained in:
Jarek Radosz 2024-03-20 15:32:37 +01:00 committed by GitHub
parent aba0df7cf7
commit 6d137a41c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 14 deletions

View File

@ -101,18 +101,7 @@ class Plugin::Metadata
], ],
) )
FIELDS ||= %i[ FIELDS ||= %i[name about version authors contact_emails url required_version meta_topic_id label]
name
about
version
authors
contact_emails
url
required_version
transpile_js
meta_topic_id
label
]
attr_accessor(*FIELDS) attr_accessor(*FIELDS)
MAX_FIELD_LENGTHS ||= { MAX_FIELD_LENGTHS ||= {

View File

@ -6,7 +6,6 @@
# version: 0.4 # version: 0.4
# authors: Kane York, Mark VanLandingham, Martin Brennan, Joffrey Jaffeux # authors: Kane York, Mark VanLandingham, Martin Brennan, Joffrey Jaffeux
# url: https://github.com/discourse/discourse/tree/main/plugins/chat # url: https://github.com/discourse/discourse/tree/main/plugins/chat
# transpile_js: true
# meta_topic_id: 230881 # meta_topic_id: 230881
enabled_site_setting :chat_enabled enabled_site_setting :chat_enabled

View File

@ -6,7 +6,6 @@
# version: 1.1.0 # version: 1.1.0
# authors: Discourse Team # authors: Discourse Team
# url: https://github.com/discourse/discourse/tree/main/plugins/spoiler-alert # url: https://github.com/discourse/discourse/tree/main/plugins/spoiler-alert
# transpile_js: true
enabled_site_setting :spoiler_enabled enabled_site_setting :spoiler_enabled