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…
- Go to https://[creatiourl/0/flags
- Search to see if you have the feature named "EnabledAppearanceSettings" (you won't have it, but just to make sure. If not, click Add to add it, enter:
- Code = EnabledAppearanceSettings
- Enabled = checked
- Save, then click Clear Cache
- Now when you open the designer for a modal/mini page, you'll see some size options
Ryan
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…
- Go to https://[creatiourl/0/flags
- Search to see if you have the feature named "EnabledAppearanceSettings" (you won't have it, but just to make sure. If not, click Add to add it, enter:
- Code = EnabledAppearanceSettings
- Enabled = checked
- Save, then click Clear Cache
- Now when you open the designer for a modal/mini page, you'll see some size options
Ryan