Is it possible to code a designer that works much like the wix designer? I want users to be able to basically be able to create a custom page where they can add rich text and elements. I had an idea to create multiple repeaters each with a rich text element and an image element and assign a sort number. So then if the sort is 1 it goes into the first repeater, 2 into the second repeater and so on. Each repeater would either display the text element or the image element. Then I have the user create the data. The main problem with this is I am limiting them to the number of repeaters I put on the page and the whole thing just seems hacky. Does anyone have any ideas or links to articles about this? Searching is only turning up stuff about the wix editor.
Hi @bill65358 ,
Maybe you could try something using CustomElements .
I guess in your case it would be Custom Repeaters.
There’s some interesting information about that on GitHub .
I think this way you can dynamically generate Repeaters and are no longer limited to those present on the page.
It’s a little more advanced stuff, but I hope it can help.
Excellent. Thank for the tip. I’ll check it out.