configurable calendar drag and drop behavior (#3537)

This commit is contained in:
Kevin Papst
2022-09-14 23:29:26 +02:00
committed by GitHub
parent d705287510
commit 283ab80fc7
10 changed files with 50 additions and 13 deletions

View File

@@ -180,6 +180,11 @@ class SystemConfiguration implements SystemBundleConfiguration
return (int) $this->find('calendar.dragdrop_amount');
}
public function isCalendarDragAndDropCopyData(): bool
{
return (bool) $this->find('calendar.dragdrop_data');
}
// ========== Customer configurations ==========
public function getCustomerDefaultTimezone(): ?string