mirror of
https://ghfast.top/https://github.com/discourse/discourse-bbcode.git
synced 2026-05-06 18:42:55 +08:00
11 lines
344 B
Ruby
11 lines
344 B
Ruby
# frozen_string_literal: true
|
|
|
|
# name: discourse-bbcode
|
|
# about: Adds the ability to use BBCode to format posts.
|
|
# meta_topic_id: 65425
|
|
# version: 0.1
|
|
# authors: Régis Hanol, Sam Saffron
|
|
# url: https://github.com/discourse/discourse-bbcode
|
|
|
|
register_asset "stylesheets/bbcode.scss"
|
|
register_asset "stylesheets/colors.scss", :color_definitions
|