Skip to content

Commit ba86cfc

Browse files
committed
[update] info on custom views
1 parent 3c5e4bd commit ba86cfc

File tree

4 files changed

+512
-2
lines changed

4 files changed

+512
-2
lines changed

docs/api/config/js_eventcalendar_config_config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ calendarValidation: calendar => {
167167
- `views` - (optional) an array of configuration objects of the specific (custom) view modes. For each view mode you can specify the following settings:
168168
- `id` - (required) an ID of the view mode
169169
- `label` - (required) a label of the view mode
170-
- `layout` - (required) a predefined layout of the view mode. Here you can specify the following values: *"year" | "month" | "quarter" | "month" | "week" | "day" | "hour" | "minute"*
170+
- `layout` - (required) a predefined layout of the view mode. Here you can specify the following values: *"year" | "month" | "month" | "week" | "day" | "agenda" | "timeline"*
171171
- `config` - (optional) an object of the custom view mode settings
172172

173173
:::note

0 commit comments

Comments
 (0)