Skip to content

Commit

Permalink
DEV: Add more placeholders (#36)
Browse files Browse the repository at this point in the history
* TODO for the meta_topic_id
* TODO for the root plugin site setting key, so all settings don't end
  up in the Plugins category
* TODO for the translation of the plugin category name, which maps
  to the root plugin site setting key
  • Loading branch information
martin-brennan authored Nov 9, 2023
1 parent 65d6af6 commit 429ac54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/locales/client.en.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
en:
admin_js:
admin:
site_settings:
categories:
TODO_plugin_name: "Plugin Name"
js:
discourse_plugin_name:
placeholder: placeholder
2 changes: 1 addition & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plugins:
TODO_plugin_name:
plugin_name_enabled:
default: false
client: true
1 change: 1 addition & 0 deletions plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# name: discourse-plugin-name
# about: TODO
# meta_topic_id: TODO
# version: 0.0.1
# authors: Discourse
# url: TODO
Expand Down

0 comments on commit 429ac54

Please sign in to comment.