neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 221 forks source link

NodeType `references` followup #4981

Open mhsdesign opened 3 months ago

mhsdesign commented 3 months ago

With https://github.com/neos/neos-development-collection/pull/4677 a new syntax was introduced:

'My.Package:NodeWithReferences':
   references:
     singleReference:
       constraints:
         maxItems: 1
     multiReferences: {}

this issue tracks the open todos