mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
DEV: Remove the last transpile_js
mentions (#26263)
This commit is contained in:
@ -101,18 +101,7 @@ class Plugin::Metadata
|
||||
],
|
||||
)
|
||||
|
||||
FIELDS ||= %i[
|
||||
name
|
||||
about
|
||||
version
|
||||
authors
|
||||
contact_emails
|
||||
url
|
||||
required_version
|
||||
transpile_js
|
||||
meta_topic_id
|
||||
label
|
||||
]
|
||||
FIELDS ||= %i[name about version authors contact_emails url required_version meta_topic_id label]
|
||||
attr_accessor(*FIELDS)
|
||||
|
||||
MAX_FIELD_LENGTHS ||= {
|
||||
|
Reference in New Issue
Block a user