allow changing calendar entry title (#3272)
This commit is contained in:
@@ -114,6 +114,7 @@ final class CalendarService
|
||||
'timeframeBegin' => $this->configuration->getCalendarTimeframeBegin(),
|
||||
'timeframeEnd' => $this->configuration->getCalendarTimeframeEnd(),
|
||||
'dragDropAmount' => $this->configuration->getCalendarDragAndDropMaxEntries(),
|
||||
'entryTitlePattern' => $this->configuration->find('calendar.title_pattern'),
|
||||
];
|
||||
|
||||
$event = new CalendarConfigurationEvent($config);
|
||||
|
||||
Reference in New Issue
Block a user