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