We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: {...} }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
and I've encountered a block of ours that has a data structure like:
The text was updated successfully, but these errors were encountered: