I hope this question is not too silly or simple.
I'm currently trying to create a page that contains a lot of simple text and sometimes some complex elements like a image slider between the text blocks. These objects need quite a lot of custom HTML code.
I have studied the documentation and came up with these options:
- Create a normal page and add the HTML code in the markdown editor between the normal text blocks - which seems a bit ugly to me
- Use the modular page feature. But as far as I understand I then would need to create modules for every block in the page, so in case of following setup: text, slider, text, slider, text I need to create 5 subfolders for each block and then include these blocks in the parent page with the content configuration.
The second option is probably the preferred one but in my opinion this creates a bit of an overhead to create a module for each simple text block.
My idea would be to create a simple page for the text and then kind of "include" the complex elements in the editor and pass some parameters to customize the slider element. But I did not find anything in the docs that support my idea.
Am I missing something or do you have a better idea how to create a page structure like this?