Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout value is coming back as an array #1185

Open
katkat100 opened this issue Oct 15, 2024 · 1 comment
Open

Layout value is coming back as an array #1185

katkat100 opened this issue Oct 15, 2024 · 1 comment

Comments

@katkat100
Copy link

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": [] }

@katkat100
Copy link
Author

Hi is there a workaround that someone would know about?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant