mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 05:21:50 +08:00
e37fb3042d
* Remove checkmark for official plugins * Add author for plugin, which is By Discourse for all discourse and discourse-org github plugins * Link to meta topic instead of github repo * Add experimental flag for plugin metadata and show this as a badge on the plugin list if present --------- Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com>
15 lines
357 B
Ruby
15 lines
357 B
Ruby
# frozen_string_literal: true
|
|
|
|
# name: checklist
|
|
# about: Add checklist support to Discourse
|
|
# version: 1.0
|
|
# authors: Discourse Team
|
|
# meta_topic_id: 36362
|
|
# url: https://github.com/discourse/discourse/tree/main/plugins/checklist
|
|
|
|
enabled_site_setting :checklist_enabled
|
|
|
|
register_asset "stylesheets/checklist.scss"
|
|
register_svg_icon "spinner"
|
|
hide_plugin
|