You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received an error that a layout value was coming back as an array for a gallery block. I am unsure why this happened as I copied the article to a new article and it worked. How can I prevent this from happening, is it a setting?
The full block is like this
{ "role": "container", "components": [ { "role": "photo", "URL": [url], "layout": "full-width-image-with-caption", "caption": { "format": "html", "text": "<span class="media-credit">", "textStyle": { "fontName": "HelveticaNeue-Italic" } } }, { "role": "caption", "text": "<span class="media-credit">", "format": "html", "textStyle": { "textAlignment": "left", "fontName": "HelveticaNeue-Italic", "fontSize": 13, "tracking": 0, "lineHeight": 16, "textColor": "#484c51" }, "layout": { "margin": { "bottom": 25 } } } ], "layout": [] }
The text was updated successfully, but these errors were encountered:
Description
I received an error that a layout value was coming back as an array for a gallery block. I am unsure why this happened as I copied the article to a new article and it worked. How can I prevent this from happening, is it a setting?
The full block is like this
{ "role": "container", "components": [ { "role": "photo", "URL": [url], "layout": "full-width-image-with-caption", "caption": { "format": "html", "text": "<span class="media-credit">", "textStyle": { "fontName": "HelveticaNeue-Italic" } } }, { "role": "caption", "text": "<span class="media-credit">", "format": "html", "textStyle": { "textAlignment": "left", "fontName": "HelveticaNeue-Italic", "fontSize": 13, "tracking": 0, "lineHeight": 16, "textColor": "#484c51" }, "layout": { "margin": { "bottom": 25 } } } ], "layout": [] }
The text was updated successfully, but these errors were encountered: