Onboarding Plugins: Difference between revisions

648 bytes added ,  09:23, 17 December 2022
no edit summary
No edit summary
No edit summary
Line 436: Line 436:
|Message displayed when there are no available scheduled dates to book
|Message displayed when there are no available scheduled dates to book
|No dates available.
|No dates available.
|false
|-
|variant
|string
|Two possible options - 'calendar' which renders invites in a calendar view or 'table' which will render them in a list view
|Defaults to 'calendar'
|false
|-
|weekDays
|array
|Represents the days of the weeks. Used for translations
|['Sun', 'Mon', ..'Sat']
|false
|-
|monthNames
|array
|Represents the months of the year. Used for translations
|['Jan', 'Feb', ... 'Dec']
|false
|-
|LBL_PrevMonthBtn
|string
|Month navigation button
|Prev
|false
|-
|LBL_NextMonthBtn
|string
|Month navigation button
|Next
|false
|-
|MSG_NoInvitationsFound
|string
|Error message when no invitations found
|'No recent invitations found.'
|false
|false
|}
|}