1
0
mirror of https://github.com/koloml/philomena-tagging-assistant.git synced 2026-05-09 23:22:20 +00:00

Added constant with the full name of the plugin

This commit is contained in:
2026-01-09 05:27:11 +04:00
parent ec41ba5030
commit 5fd6dee999
3 changed files with 11 additions and 2 deletions

4
src/lib/constants.ts Normal file
View File

@@ -0,0 +1,4 @@
/**
* Automatically generated name of the plugin.
*/
export const PLUGIN_NAME = __CURRENT_SITE_NAME__ + ' Tagging Assistant';