You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how to use cr in CLI, pass Neos site node name, use $siteRepository->findDefault() or pass --content-repository (which is default by default)
how to deal with complexity of multiple crs? Encapsulate CR as constructor param or continue working with Flow/Singleton and pass the $cr all the way through, or just pass the $node and refetch the $cr all the time via registry?
how to deal with nodes not being an active record anymore? What if i depend on that it changes everywhere?
How to serialize a node to the frontend and have a controller accept it again?
Pass Node around vs NodeAddress vs Subgraph or yet again a subgraph identity see comment
FrontendNodeRoutePartHandlerInterface
Flow things
More specific things
Node::createNodeFromTemplate
-> provide runtime helper??$siteRepository->findDefault()
or pass--content-repository
(which isdefault
by default)Flow/Singleton
and pass the$cr
all the way through, or just pass the$node
and refetch the$cr
all the time via registry?See also
The text was updated successfully, but these errors were encountered: