From e581a73d58d6562093d91fa80970ea5a85488166 Mon Sep 17 00:00:00 2001 From: JensFalk Date: Sat, 6 Jun 2026 19:43:27 +0200 Subject: [PATCH] =?UTF-8?q?nexterp=5Fcustom/hooks.py=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nexterp_custom/hooks.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nexterp_custom/hooks.py diff --git a/nexterp_custom/hooks.py b/nexterp_custom/hooks.py new file mode 100644 index 0000000..c35ef0a --- /dev/null +++ b/nexterp_custom/hooks.py @@ -0,0 +1,6 @@ +app_name = "nexterp_custom" +app_title = "NEXTErp Custom" +app_publisher = "Jens Falk" +app_description = "Custom Extensions für NEXTErp (WooCommerce ACF Sync)" +app_email = "jens@falk.plus" +app_license = "MIT" \ No newline at end of file