Hey,
is there a way to extend the redirecting sites?
I would like to add a image for the navigation.
Hey,
is there a way to extend the redirecting sites?
I would like to add a image for the navigation.
Hey @BoxerBuffa
What do you mean by the redirecting sites
?
I assume you are talking about Shortcut Nodes in Neos.
You can create a NodeType that extends Neos.Neos:Shortcut and add the properties there.
I usually do this anyways since I prefer to only use NodeTypes I declared myself. So i always have Vendor.Site:Shortcut with SuperType Neos.Neos:Shortcut.
By having full control over the NodeTypes you can define much better constraints.
If you define a document in the backend which redirects to a parent or a child.
Perfekt, this is working like i need! Thank you!