From ff9f0c9f1c499d4e6121e3d8a620d062e9b97392 Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Mon, 17 Apr 2023 08:08:18 -0400 Subject: [PATCH] ISTWCMS-5551: adding a skeleton of office_hours_exceptions so that an error is not thrown during updates --- .../office_hours_exceptions.info.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/office_hours_exceptions/office_hours_exceptions.info.yml diff --git a/modules/office_hours_exceptions/office_hours_exceptions.info.yml b/modules/office_hours_exceptions/office_hours_exceptions.info.yml new file mode 100644 index 0000000..47c4928 --- /dev/null +++ b/modules/office_hours_exceptions/office_hours_exceptions.info.yml @@ -0,0 +1,8 @@ +name: "Office hours exceptions" +description: "Add exceptions to 'weekly office hours', allowing you to specify day hours for special dates." +package: Field types +dependencies: + - drupal:office_hours +core_version_requirement: ^8 || ^9 + +type: module -- GitLab