+ Add post
Hello,
I tried to change the width of one of my Freedom UI mini pages, by adding the code below to the page. When I opened from the designer, it has the width that I want for a few seconds before changing back to the default width. What I'm missing?Thanks,
Jose
{ "operation": "merge", "name": "Main", "values": { "fitContent": true, "layoutConfig": { "width": 840 } } },
Like
There's a feature you can add/enable called "EnabledAppearanceSettings" that turns on the ability to choose different sizes for the modal/mini pages. See more here: https://customerfx.com/article/changing-the-size-of-freedom-ui-modal-mi…
Ryan
Ryan Farley,
Thanks. That's exactly what I was looking for.