Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[update] the timeStep config description #29

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/config/js_eventcalendar_config_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ dateTitle: (date, [start, end]) =>
- `tableHeaderHeight` - (optional) a height of the Event Calendar header (px)
- `eventHeight` - (optional) a height of the Event Calendar multievents
- `eventVerticalSpace` - (optional) a custom vertical space between events in the "week", "day", "timeline" and "month" views
- `timeStep` - (optional) a step of moving an event via d-n-d
- `timeStep` - (optional) defines the minimum interval (in minutes) for the timing of events. The start and end time values of the event are rounded to the nearest multiple of this value
- `timeRange` - (optional) an array with start and end time of day in the "day" and "week" modes (*0-24*)
- `defaultEventDuration` - (optional) a duration of the new created event by default (without taking into account creating an event via d-n-d)
- `defaultEditorValues`- (optional) a callback function that should return an object with default values of the event editor
Expand Down
Loading