configurable calendar drag and drop behavior (#3537)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user