We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neos.Neos:Site
/sites/...
/<Neos.Neos:Sites>/...
Neos.Caching.entryIdentifierForNode(node)
renderHiddenInIndex
renderHiddenInMenu
_hiddenInIndex
hiddenInMenu
body
Neos.Neos:Page
Neos.Fusion:Template
Neos.Fusion:Join
Neos.Fusion:Attributes
children
items
See also
The text was updated successfully, but these errors were encountered:
using a fully qualified path like /sites/... must be rewritten to /Neos.Neos:Sites/... in various places #24
This also applies to any other root. See for example: https://github.com/sitegeist/Sitegeist.Taxonomy/tree/neos-9?tab=readme-ov-file#referencing-taxonomies
Sorry, something went wrong.
No branches or pull requests
Neos.Neos:Site
Provide 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#L21renderHiddenInIndex
instead ofrenderHiddenInMenu
!!! TASK: Rename_hiddenInIndex
tohiddenInMenu
neos-development-collection#4921body
ofNeos.Neos:Page
fromNeos.Fusion:Template
toNeos.Fusion:Join
!!! TASK: Change default value forbody
ofNeos.Neos:Page
fromNeos.Fusion:Template
toNeos.Fusion:Join
neos-development-collection#4654Neos.Fusion:Attributes
without replacement as well as remove deprecated old fusion prototypes !!! TASK: Remove deprecated Fusion prototypes neos-development-collection#4537 (partial migration exists, but the keys likechildren
vsitems
cannot be renamed automatically Replace removed Fusion prototypes #50 (comment))See also
The text was updated successfully, but these errors were encountered: