Skip to content

Commit 429ac54

Browse files
DEV: Add more placeholders (#36)
* 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
1 parent 65d6af6 commit 429ac54

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

config/locales/client.en.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
en:
2+
admin_js:
3+
admin:
4+
site_settings:
5+
categories:
6+
TODO_plugin_name: "Plugin Name"
27
js:
38
discourse_plugin_name:
49
placeholder: placeholder

config/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plugins:
1+
TODO_plugin_name:
22
plugin_name_enabled:
33
default: false
44
client: true

plugin.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# name: discourse-plugin-name
44
# about: TODO
5+
# meta_topic_id: TODO
56
# version: 0.0.1
67
# authors: Discourse
78
# url: TODO

0 commit comments

Comments
 (0)