Would be nice to have a way to setup colors to be used in Builder Editor, from the application code. Like we register Custom Components to be used, we should be able to setup Custom Colors in the same way. This would enforce usage of pre-defined c...
Ability to have complex data model relationships, like ORMs
It would be nice to have the ability to do complex relationships, which exist in ORMs, such as: One-to-one One-to-Many Many-to-Many One-Way Many-way Polymorphic Inverse
Would love if there was a way to save my preference of having the "viewing # of pages" stay on 300. (or 25, or 50, etc). Right now, every time I click into a Builder page then back to main page overview it goes back to viewing only 25.
Custom Targeting: Allow for Boolean Logic in Symbols
This is potentially an edge case, but I just had a need for it arise, so I thought I'd submit it. What I'd like to see is the ability to exclude targeting parameters like URL Path. Example: I have a Section (an Announcement Bar) that I'd like to s...
Sometimes you dont want to create a new Component or override and existing one, you only want to add some addtional styles to the "Basic Components" for example, you could add a margin-bottom: ... to the "Text Component"
You can use ref.ref inside content JS when using the React SDK to reference the DOM element for the content item, but this feature isn't provided for the other SDKs. This is a very useful feature when you want to manipulate the DOM for just the co...
You can use ref.onStateChange inside content JS when using the React SDK, but this feature isn't provided for the other SDKs. This is an important feature when using content JS inside of complex symbols. For cross-compatibility and functionality, ...