FEATURE: Bundle discourse-spoiler-alert plugin into core (#24030)

* FEATURE: Bundle discourse-spoiler-alert plugin into core

Formerly https://github.com/discourse/discourse-spoiler-alert

* DEV: Switch to new addComposerToolbarPopupMenuOption plugin API

`api.addToolbarPopupMenuOptionsCallback` has been deprecated in 913fd3a7b3

This commit was just added to the plugin, so adding it here.

49f86ba72e
This commit is contained in:
Blake Erickson
2023-10-23 13:50:43 -06:00
committed by GitHub
parent b0e0b657b4
commit 89580ee379
109 changed files with 1415 additions and 0 deletions

View File

@@ -73,6 +73,13 @@ files:
destination_path: plugins/styleguide/server.yml
label: styleguide
- source_path: plugins/spoiler-alert/config/locales/client.en.yml
destination_path: plugins/spoiler-alert/client.yml
label: spoiler-alert
- source_path: plugins/spoiler-alert/config/locales/server.en.yml
destination_path: plugins/spoiler-alert/server.yml
label: spoiler-alert
- source_path: plugins/checklist/config/locales/client.en.yml
destination_path: plugins/checklist/client.yml
label: checklist