mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 06:48:58 +08:00
This new setting type will use an IconPicker component instead of requiring the admin to type in a FontAwesome icon name. This will make it easier for admins to select icons and reduce errors from typos. The `discourse_reactions_like_icon` setting in reactions will be the first to use this.
33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
discourse_reactions:
|
|
discourse_reactions_enabled:
|
|
default: false
|
|
client: true
|
|
discourse_reactions_like_icon:
|
|
client: true
|
|
type: icon
|
|
default: "heart"
|
|
discourse_reactions_reaction_for_like:
|
|
client: true
|
|
type: enum
|
|
default: "heart"
|
|
enum: ReactionForLikeSiteSettingEnum
|
|
discourse_reactions_enabled_reactions:
|
|
type: emoji_list
|
|
default: "+1|laughing|open_mouth|clap|confetti_ball|hugs"
|
|
client: true
|
|
area: "emojis"
|
|
discourse_reactions_desaturated_reaction_panel:
|
|
default: false
|
|
client: true
|
|
discourse_reactions_excluded_from_like:
|
|
type: emoji_list
|
|
default: "-1|poop|face_with_symbols_on_mouth|enraged_face|face_vomiting|nauseated_face|angry|kitchen_knife|water_pistol|bomb|clown_face|unamused_face|roll_eyes|confused|smirking_face|disappointed_face|pensive_face|lying_face|weary_face|tired_face|confounded_face|persevering_face|smiling_face_with_horns|angry_face_with_horns|cigarette|person_gesturing_no|prohibited|no_entry|dagger|cross_mark"
|
|
validator: "ReactionsExcludedFromLikeSiteSettingValidator"
|
|
area: "emojis"
|
|
discourse_reactions_like_sync_enabled:
|
|
default: true
|
|
hidden: true
|
|
discourse_reactions_allow_any_emoji:
|
|
default: false
|
|
client: true
|
|
area: "emojis"
|