HubSpot does something like this for product images. Although the actual field is a single line text property, they somehow implemented a custom solu...read more
It is now 2024 and HubSpot has had this natively implemented for a while now. Hopefully a mod can mark this answer as a solution so search engines ge...read more
Developers get a large headache maintaining modules with styles tabs. Module.html files can get large fast with dynamic (user-input) styles from the styles tab (I commonly see 200+ lines of code just for dynamic styles). Currently the module file read more
proposed option to add Imagine you have 7+ fields like the screenshot below. You could throw in a multi select field that would give users less “choice fatigue”. It would display either like the multiselect option in hubdb or like read more
What if theme settings/json allowed devs to manipulate (and simplify) the drag n drop markup? It would allow us to cut down on the HTML bloat that comes with the current Bootstrap 2 layout.css
theme.json
"legacy_dnd": false, "sections read more
It would be amazing to have an async argument in modules. Maybe in meta.json?
I saw in the require_css function there is now an { async: true } argument and that would be helpful for a footer module’s css to load asynchronously, fo read more
Sometimes things can be tricky to navigate to if there is negative margin or hidden modules on mobile. It would be nice to have right click navigation similar to elementor's. Their's has arrangement capabilities, but I'm more concerned with just read more
The CMS Templates v2 API currently returns a source field for the templates api (among other fields).
Unfortunately, if I were to fetch data for a global partial template on an external website (i.e. a header or footer), then source on read more
Developers get a large headache maintaining modules with styles tabs. Module.html files can get large fast with dynamic (user-input) styles from the styles tab (I commonly see 200+ lines of code just for dynamic styles). Currently the module file read more