Talked with our customer rep Gustavo Garcia and it looks like there's no way to hide certain Basic components. We'd like to hide text and button. And there's a bug with overriding core components, so there's no workaround now.
JSON View - either allow for word wrapping or make the JSON View pane able to expand to full screen.
As I've had to work a little more in the JSON View for editing those things that just can't be edited in the Visual Editor, I've felt a lot of pain in how relatively small the JSON View is. I appreciate that typically you want it to not cover your...
Sometimes we see major differences between our deployed pages and what is in the visual editor/preview page. I know the VE and preview use a lot of client-side rendering and overrides, and i think the issue is in our SSR vs CSR we are missing some...
Support for multiple urls with separate targeting on same page
We would like to have the ability to create a page that has multiple URL's with separate targeting. Currently, we are trying to surface the same page layout to different URL's targeted at different segments.
Add color coding/helper text for model type next to model name
In the Content menu of the dashboard it lists all the models your have on the left side. Would be nice if there was some sort of indicator of what type of model it is (Page, Data, Section) either through color coding or some default helper text/icon.
Currently, you can add bulleted lists to text blocks in the Visual Editor, however it only supports one indentation level, like this: this is a list It would be great to be able to do multiple levels, like this: this is a list
Currently you can support standard non typed versions of defineProps, such as defineProps(['prop1', 'prop2']) <-- supported in builder sdk in typescript, you would define them as defineProps<{ prop1: string, prop2: number }>() <-- not ...
Would be nice to have ability to change model names after they're created. I can understand why this currently isn't there, since we're probably creating DB entries and API functions underneath, but inability to rename can be confusing. Current wo...