Skip to content

Commit

Permalink
adding dummy config file to the gem
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-kapoor committed Jan 7, 2014
1 parent bcd03c1 commit 62aeacc
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions config/full-calendar.yml.dummy
Original file line number Diff line number Diff line change
@@ -0,0 +1,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'>&laquo;</span>"
# nextYear: "<span class='fc-text-arrow'>&raquo;</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

0 comments on commit 62aeacc

Please sign in to comment.