From b9219f6ad9686babc6372eda2856f6e4073c5b81 Mon Sep 17 00:00:00 2001 From: Werner Joss <36265757+wernerjoss@users.noreply.github.com> Date: Sun, 9 Jan 2022 12:24:00 +0100 Subject: [PATCH] update configs --- blueprints.yaml | 12 ------------ fullcalendar.yaml | 1 + 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/blueprints.yaml b/blueprints.yaml index d003bfab..5e8ae1f0 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -59,18 +59,6 @@ form: label: local Cors API URL default: null help: leave this empty if you are not sure - it will be evaluated automatically and mostly work ! - see README - # disable this in admin backend - new approach is to enable Plugin via page frontmatter 05.01.22 - #useCustomPageTemplate: - # type: toggle - # label: Use custom Page Template - # help: Use another Template than 'calendar' for Calendar Page (e.g. in case of modular Page) - # highlight: 1 - # default: 0 - # options: - # 1: Enabled - # 0: Disabled - # validate: - # type: bool enableDescPopup: type: toggle label: enable onClick Popup for Event Description diff --git a/fullcalendar.yaml b/fullcalendar.yaml index 816cebff..30f1d648 100644 --- a/fullcalendar.yaml +++ b/fullcalendar.yaml @@ -6,3 +6,4 @@ useIcsTimezone: false enableDescPopup: false tz_offset_single: 0 tz_offset_rec: 0 +enableOnAllPages: false \ No newline at end of file