Neos UI Error "None of the given schemas null,dictionary matched array"
Closed this issue · 5 comments
alexander-nitsche commented
rolandschuetz commented
Weird, not really sure how this works, the relevant code is here.
https://github.com/code-q-web-factory/CodeQ.JumpMarkers/blob/master/Configuration/NodeTypes.Mixin.SectionConfiguration.yaml#L16
alexander-nitsche commented
The same error pops up when running
flow configuration:validate
on CLI and is urged by
position: 'before sectionId'
of the jumpMarkerTitle property definition, which should be of type integer or null (according to the Neos Node Type Schema).
As it does not validate, the error bubbles and urges all parent configurations to fail too, ending with the whole jumpMarkerTitle property not being a valid dictionary.
rolandschuetz commented
A bit weird, but easy to fix. Thanks for the hint!
alexander-nitsche commented
rolandschuetz commented
Ah, sorry for not properly testing. Now it works