-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathfull-calendar.yml.dummy
57 lines (52 loc) · 1.61 KB
/
full-calendar.yml.dummy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Refer to the http://arshaw.com/fullcalendar/docs/ to know more about the following options in greater depth
# defaultView: 'agendaWeek'
# aspectRatio: 1.35
# header:
# left: 'prev,next today'
# center: 'title'
# right: 'month,agendaWeek,agendaDay'
# weekends: true
# weekNumbers: false
# weekNumberCalculation: 'iso'
# weekNumberTitle: 'W'
# editable: true
# disableDragging: false
# disableResizing: false
# allDayDefault: true
# ignoreTimezone: true
# lazyFetching: true
# startParam: 'start'
# endParam: 'end'
# titleFormat:
# month: 'MMMM yyyy'
# week: "MMM d[ yyyy]{ '—'[ MMM] d yyyy}"
# day: 'dddd, MMM d, yyyy'
# columnFormat:
# month: 'ddd'
# week: 'ddd M/d'
# day: 'dddd M/d'
# timeFormat:
# '': 'h(:mm)t' # default
# isRTL: false
# firstDay: 0
# monthNames: ['January','February','March','April','May','June','July','August','September','October','November','December']
# monthNamesShort: ['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec']
# dayNames: ['Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday']
# dayNamesShort: ['Sun','Mon','Tue','Wed','Thu','Fri','Sat']
# buttonText:
# prev: "<span class='fc-text-arrow'>prev..</span>"
# next: "<span class='fc-text-arrow'>next..</span>"
# prevYear: "<span class='fc-text-arrow'>«</span>"
# nextYear: "<span class='fc-text-arrow'>»</span>"
# today: 'today'
# month: 'month'
# week: 'week'
# day: 'day'
# theme: false
# buttonIcons:
# prev: 'circle-triangle-w'
# next: 'circle-triangle-e'
# selectable: true
# unselectAuto: true
# dropAccept: '*'
# handleWindowResize: true