DEV: Remove the last `transpile_js` mentions (#26263)
This commit is contained in:
parent
aba0df7cf7
commit
6d137a41c2
|
@ -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 ||= {
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue