From 67b3f1ad7e9e8823c51b66e8049c6596e080d0b6 Mon Sep 17 00:00:00 2001 From: Prashant <prashant.c@gai.co.in> Date: Tue, 28 Mar 2023 11:34:11 +0530 Subject: [PATCH] Revert "Issue #3334722 by noorulshameera: Port the module for Drupal 10" This reverts commit dbb93b3e863cba17b9c199ea328838d2fe590cf0. --- bootstrap_datetime_picker.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_datetime_picker.info.yml b/bootstrap_datetime_picker.info.yml index ec9eb94..15c3add 100644 --- a/bootstrap_datetime_picker.info.yml +++ b/bootstrap_datetime_picker.info.yml @@ -1,7 +1,7 @@ name: Bootstrap DateTime Picker type: module description: DateTime picker form element using the Bootstrap datetimepicker library. -core_version_requirement: ^8 || ^9 || ^10 +core_version_requirement: ^8 || ^9 configure: bootstrap_datetime_picker.settings -- GitLab