简体   繁体   中英

Neos 2.1: Dynamic Landingpage

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM