mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 16:31:57 +08:00
Added in https://github.com/discourse/discourse-checklist/pull/23 Those who wanted to convert most likely did in the last three years :]
12 lines
322 B
Ruby
12 lines
322 B
Ruby
# frozen_string_literal: true
|
|
|
|
# name: checklist
|
|
# about: Add checklist support to Discourse
|
|
# version: 1.0
|
|
# authors: Discourse Team
|
|
# url: https://github.com/discourse/discourse/tree/main/plugins/checklist
|
|
|
|
enabled_site_setting :checklist_enabled
|
|
|
|
register_asset "stylesheets/checklist.scss"
|
|
register_svg_icon "spinner"
|