Hi Trevor,
Thanks for the answer.
I'm not sure I understand how a form component would help me for that... Can you expand your answer a bit?
As for the other two solutions :
- In my specific use case I also need to add other fields than the title. So, no luck with that.
- The downside of this solution (correct my if I'm wrong) is that I can only have 1 slideshow per page (since it would create a 1 to many relationship).
At this point, since Kentico doesn't allow me to easily store multiple child objects in the widget properties, I feel like the easiest way to solve it would be to :
First, allow the user to create child nodes under the page that would allow the user to create multiple slideshows. The tree would look like this :
Second, allow the user to select the root of a slideshow as the source of the slideshow in the page builder (the "Slideshow" items in the tree). I would render the slideshow from the slides that reside under that item.
It breaks the flow of the page edition, but I don't see any easier way to do this. The added bonus would be that I can have multiple types of slides.
Do you think that would work?