From f26bc2d952e1f653ead65f7b029bb672d9185fa2 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Wed, 25 Jun 2025 14:18:59 +0200 Subject: [PATCH] Added plugin manifest --- plugin.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugin.json diff --git a/plugin.json b/plugin.json new file mode 100644 index 0000000..63225ab --- /dev/null +++ b/plugin.json @@ -0,0 +1,8 @@ +{ + "version": "0.2.0", + "title": "Postlist", + "description": "Shortcode for dynamically adding a list of posts", + "includes": [ + "/postlist.css" + ] +} \ No newline at end of file