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

Special block transformers and handling should be documented #23

Open
tiberiuichim opened this issue Nov 17, 2021 · 0 comments
Open

Special block transformers and handling should be documented #23

tiberiuichim opened this issue Nov 17, 2021 · 0 comments

Comments

@tiberiuichim
Copy link
Contributor

tiberiuichim commented Nov 17, 2021

We've just had a problem after installing plone.volto, as there are some block fields that are assumed to be of certain types.

For example this line of code assumes a block data structure like:

{ columns: {a, b}, data: {...} )

and I've encountered a block of ours that has a data structure like:

{ columns: "5", data: {...} }
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