Hello,
I’ve got a looper consumer set up on a text element that’s working as it should be, however it is returning a ton of options which is fine for the front-end where it’s building options in a drop-down. On the back-end I’m forced to see each option as I’m using raw content elements to wrap the looper consumer text element in a select input box. There is a disable preview option on raw content elements, but I’m wondering if there’s a way to disable preview of my text element looper consumer so I don’t see all the options returned?
I tried to update the State settings via Dev Toolkit to add disable_preview: “true” to my looper consumer text field, but that didn’t do anything.
If that won’t work is there a way to limit the number of looper consumer items shown on the back-end, while allowing it to continue to consume all items on the front-end? I’m just trying to make it easier to see/navigate the back-end while editing the page.
Thanks!