From a1b9a8f18b2435cf85d45c7339b40bd7a489a7cb Mon Sep 17 00:00:00 2001 From: Christian Tietze Date: Mon, 26 Aug 2019 11:20:53 +0200 Subject: [PATCH] add vanilla-comments plugin --- authors/christian-tietze.json | 7 +++++++ items/vanilla-comments/metadata.json | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 authors/christian-tietze.json create mode 100644 items/vanilla-comments/metadata.json diff --git a/authors/christian-tietze.json b/authors/christian-tietze.json new file mode 100644 index 0000000..8525855 --- /dev/null +++ b/authors/christian-tietze.json @@ -0,0 +1,7 @@ +{ + "name": "Christian Tietze", + "email": "hi@christiantietze.de", + "website": "https://christiantietze.de", + "twitter": "https://twitter.com/ctietze", + "github": "https://github.com/DivineDominion" +} \ No newline at end of file diff --git a/items/vanilla-comments/metadata.json b/items/vanilla-comments/metadata.json new file mode 100644 index 0000000..1320660 --- /dev/null +++ b/items/vanilla-comments/metadata.json @@ -0,0 +1,20 @@ +{ + "name": "Vanilla Comments", + "version": "0.1.0", + "author_username": "christian-tietze", + "release_date": "2019-08-26", + "license": "MIT", + "price_usd": "0", + "download_url": "https://github.com/DivineDominion/vanilla-comments/archive/v0.1.0.zip", + "information_url": "https://github.com/DivineDominion/vanilla-comments/", + "description": "Use Vanilla Forum embed comments", + "features": { + "0": "Conditional activation/deactivation of comments per page", + "1": "Configurable comment position", + }, + "description_de": "Verwende Vanilla Forum zum Einbetten von Kommentaren", + "features": { + "0": "(De)aktiviere Kommentare bei Bedarf auf einzelnen Seiten", + "1": "Konfigurierbare Position der Kommentare auf der Seite", + }, +}