Skip to content
Snippets Groups Projects
Commit 1fe7f3f4 authored by Owen Bush's avatar Owen Bush
Browse files

Add schema for eventinstance data field formatter

parent 2c0a63e8
No related branches found
No related tags found
No related merge requests found
...@@ -55,3 +55,17 @@ recurring_events.eventinstance.config: ...@@ -55,3 +55,17 @@ recurring_events.eventinstance.config:
limit: limit:
type: integer type: integer
label: 'The items per page to show on event instance listing' label: 'The items per page to show on event instance listing'
field.formatter.settings.recurring_events_eventinstance_date:
type: mapping
label: 'Recurring Events Event Instance Date Formatter'
mapping:
link:
type: string
label: 'Whether to format the date as a link'
date_format:
type: string
label: 'The date format to use to display the date'
separator:
type: string
label: 'The separator to use between start and end dates'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment