Skip to content
Snippets Groups Projects
Commit 987464b2 authored by Martin Anderson-Clutz's avatar Martin Anderson-Clutz
Browse files

Issue #3372635 by tobiasb: Fix configuration schema

parent 6393853a
No related branches found
No related tags found
No related merge requests found
# Schema for the third_party settings date_augmenter and date_augmenter plugins.
field.formatter.third_party.date_augmenter:
type: mapping
label: 'Date Augmenters'
mapping:
instances:
type: date_augmenter_plugins
label: 'Individual Dates'
rule:
type: date_augmenter_plugins
label: 'Recurring Rule'
date_augmenter_plugins:
type: mapping
mapping:
status:
type: mapping
type: sequence
label: 'Enabled Date Augmenters'
sequence:
type: boolean
weights:
type: mapping
mapping:
order:
type: sequence
label: 'Augmenting order'
sequence:
type: mapping
mapping:
weight:
type: integer
settings:
type: mapping
type: sequence
sequence:
type: date_augmenter.plugin.[%key]
augmenter_settings:
type: ignore
date_augmenter.plugin_settings:
type: mapping
label: 'Settings'
date_augmenter.plugin.*:
type: date_augmenter.plugin_settings
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