I want to create dynamic landingpages in neos. I thought best the way to do it is to create a shortcut und place some landingpages as children. Now the shortcut should select one of them. Here is the problem part. How can I tell Neos which child it should show.
I thought I can write a custom NodeShortcutResolver and a custom Shortcut Node. but I dont know how to tell neos to use the custom NodeShortcutResolver.
Hope you can help or give some suggestions to solve it otherwise.
If you want to deliver multiple versions of your landingpage depending on some constraints (language, country, usergroup or whatever), use a dimension. A dimension don't have to be a translation but you can combine a "language" dimension and a "myLandingPageDimensions" dimension.