neos / rector

Neos Rector Recipes for code migrations
6 stars 4 forks source link

exchange `Neos.Fusion:RawArray` and `Neos.Fusion:Attributes` prototypes #47

Closed Jan3k3y closed 4 months ago

Jan3k3y commented 5 months ago

These prototypes are not longer a part of neos after the Update to version 9

The correct prototype in this case would be Neos.Fusion:DataStructure as far as I found out

dlubitz commented 5 months ago

See https://github.com/neos/neos-development-collection/blob/c726eae5566eb394c3fcc6cc5bd24ce4e1113717/Neos.Neos/Documentation/References/NeosFusionReference.rst#L1372-L1386

mhsdesign commented 4 months ago

Actually for attributes there is no 1to1 replacement, see dilemma: https://github.com/neos/neos-development-collection/issues/4885

The Neos change which removed the prototypes is https://github.com/neos/neos-development-collection/pull/4537