This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Small breaking change with Editor/Filter CustomStructure
Released under a minor release because it's a breaking change (though not big enough for a major).
I would be surprised that anyone even used these new options yet which were added faily recently to the customStructure object, but just in case, I decided to release a minor version for that reason
Breaking Change
- (customStructure): options moved to new collectionOption property
- cut all options (4x) out of
customStructureand move them to the newcollectionOptionproperty - the 4 options moved were (
addBlankEntry,collectionInObjectProperty,separatorBetweenTextLabels,includePrefixSuffixToSelectedValues) which are now undercollectionOption
- cut all options (4x) out of