When publishing, giving the user the ability to add a note to say what changes have been made (like a commit message) to easily see what changes someone made during a publish. ex. changed url from /test to /test1
From @ds-chris on the forum. When you pull up Command Palette (or w/e builder calls the CMD+K dialog), and search for a page, it will include all archived pages. I think archived pages should not be included in that search. I don’t see a major use...
Being able to change the breakpoints per page or per model
I don't have the ability to change the breakpoints without breaking all the pages. I want to build new pages with new breakpoints, specfically breakpoints that align away from the default builder (sometimes). Right now I have to create a whole new...
Save content straight into the folder you created the content for
Currently if you try to create content within a particular folder, it automatically saves in the parent folder rather than the folder you created it in, therefore have to move it.
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...
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 ...
It is often difficult to identify what's what in the content editor, especially with data model content that doesn't have a visual editor. If you have a list of items that each has an image (1), it would be of great value to see that image in the ...
Abraham Schilling
over 1 year ago
in Content List
0
This docsLink prop would be IMMENSELY helpful when building custom components for clients. It's also not marked as deprecated in the documentation, even though this forum post from 2 years ago says it was deprecated then.
It would be SUPER helpful if I could bind a dynamic list from a connected data source to a custom component. We have a custom component which implements a list input and a custom structured data model which allows of N number of items in a list. I...