Add new plugin "isocalendar"

This commit is contained in:
lowlighter
2020-11-03 18:19:25 +01:00
parent 4210806623
commit 24819054c6
10 changed files with 300 additions and 27 deletions

View File

@@ -81,6 +81,7 @@
followup:{enabled:bool(core.getInput("plugin_followup"))},
music:{enabled:bool(core.getInput("plugin_music"))},
posts:{enabled:bool(core.getInput("plugin_posts"))},
isocalendar:{enabled:bool(core.getInput("isocalendar"))},
}
let q = Object.fromEntries(Object.entries(plugins).filter(([key, plugin]) => plugin.enabled).map(([key]) => [key, true]))
console.log(`Plugins enabled | ${Object.entries(plugins).filter(([key, plugin]) => plugin.enabled).map(([key]) => key).join(", ")}`)