diff options
author | hellekin <hellekin@cepheide.org> | 2017-11-28 23:26:44 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2017-11-28 23:26:44 +0100 |
commit | bf061afcf4598fdd29f691ac320c5f0d668cda96 (patch) | |
tree | 24e27e7768bc1655f179a14e1986b2fecd81e7e8 | |
parent | 9cefc3e945974b800c9f80598c26b4fb8d164eda (diff) | |
download | discourse-sample-plugin-bf061afcf4598fdd29f691ac320c5f0d668cda96.tar.gz |
Add a minimal plugin.rb
-rw-r--r-- | plugin.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin.rb b/plugin.rb new file mode 100644 index 0000000..65b04c5 --- /dev/null +++ b/plugin.rb @@ -0,0 +1,5 @@ +# name: discourse-sample-plugin +# about: An example plugin for Discourse +# version: 0.0.1 +# authors: hellekin + |