Added plugin manifest

This commit is contained in:
Leon Mika 2025-06-25 14:18:59 +02:00
parent ff8cd8b65e
commit f26bc2d952

8
plugin.json Normal file
View file

@ -0,0 +1,8 @@
{
"version": "0.2.0",
"title": "Postlist",
"description": "Shortcode for dynamically adding a list of posts",
"includes": [
"/postlist.css"
]
}