- the homepage must be of type `Neos.Neos:Site` https://github.com/neos/neos-development-collection/issues/5400 - using a fully qualified path like `/sites/...` must be rewritten to `/<Neos.Neos:Sites>/...` in various places https://github.com/neos/rector/issues/24 - for caching entry identifier `Neos.Caching.entryIdentifierForNode(node)` must be used https://github.com/neos/neos-development-collection/pull/5083#issuecomment-2121917358 -> related, maybe reuse parts of this migration?: https://github.com/neos/neos-development-collection/blob/cc845a4ad518995df3fde7efd7db88ec18bcb220/Neos.Neos/Migrations/Code/Version20220318111600.php#L21 - Fusion prototypes use `renderHiddenInIndex` instead of `renderHiddenInMenu` https://github.com/neos/neos-development-collection/pull/4921 - Change default value for `body` of `Neos.Neos:Page` from `Neos.Fusion:Template` to `Neos.Fusion:Join` https://github.com/neos/neos-development-collection/pull/4654 - Remove `Neos.Fusion:Attributes` without replacement as well as remove deprecated old fusion prototypes https://github.com/neos/neos-development-collection/pull/4537 (partial migration exists, but the keys like `children` vs `items` cannot be renamed automatically https://github.com/neos/rector/pull/50#issuecomment-2067615241) - EEL accessing nodes in other places like custom configuration paths or even EEL in the `label` property! (This is not migrated) See also - Dedicated Fluid topic https://github.com/neos/neos-development-collection/issues/5023 - https://github.com/neos/rector/issues/68
Neos.Neos:SiteProvide upgrade guide toNeos.Neos:Site(and NodeType for Neos 8.4) neos-development-collection#5400/sites/...must be rewritten to/<Neos.Neos:Sites>/...in various places Provide a migration for people using „sites“ and rewrite this to Neos.Neos:Sites? #24Neos.Caching.entryIdentifierForNode(node)must be used BUGFIX Workspace aware NodeCacheEntryIdentifier neos-development-collection#5083 (comment) -> related, maybe reuse parts of this migration?: https://github.com/neos/neos-development-collection/blob/cc845a4ad518995df3fde7efd7db88ec18bcb220/Neos.Neos/Migrations/Code/Version20220318111600.php#L21renderHiddenInIndexinstead ofrenderHiddenInMenu!!! TASK: Rename_hiddenInIndextohiddenInMenuneos-development-collection#4921bodyofNeos.Neos:PagefromNeos.Fusion:TemplatetoNeos.Fusion:Join!!! TASK: Change default value forbodyofNeos.Neos:PagefromNeos.Fusion:TemplatetoNeos.Fusion:Joinneos-development-collection#4654Neos.Fusion:Attributeswithout replacement as well as remove deprecated old fusion prototypes !!! TASK: Remove deprecated Fusion prototypes neos-development-collection#4537 (partial migration exists, but the keys likechildrenvsitemscannot be renamed automatically Replace removed Fusion prototypes #50 (comment))labelproperty! (This is not migrated)See also