From 9aab063340067a7c32e0d144479c33c718d4059c Mon Sep 17 00:00:00 2001 From: bach Date: Tue, 28 Nov 2023 15:16:07 +0100 Subject: [PATCH] user_register_form Valider #2439 --- config/sync/core.extension.yml | 1 + web/modules/reha_mod/reha_mod.info.yml | 5 +++++ web/modules/reha_mod/reha_mod.module | 11 +++++++++++ 3 files changed, 17 insertions(+) create mode 100644 web/modules/reha_mod/reha_mod.info.yml create mode 100644 web/modules/reha_mod/reha_mod.module diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 74db991..3e124ee 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -97,6 +97,7 @@ module: persistent_login: 0 phone_number: 0 redis: 0 + reha_mod: 0 responsive_image: 0 rules: 0 search_api: 0 diff --git a/web/modules/reha_mod/reha_mod.info.yml b/web/modules/reha_mod/reha_mod.info.yml new file mode 100644 index 0000000..1eab22a --- /dev/null +++ b/web/modules/reha_mod/reha_mod.info.yml @@ -0,0 +1,5 @@ +name: reha_mod +type: module +description: Provides additional functionality for the site. +package: Custom +core_version_requirement: ^9 || ^10 diff --git a/web/modules/reha_mod/reha_mod.module b/web/modules/reha_mod/reha_mod.module new file mode 100644 index 0000000..5e8f4e0 --- /dev/null +++ b/web/modules/reha_mod/reha_mod.module @@ -0,0 +1,11 @@ +