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
Weird issue:
Either the Child type is throwing an issue, or the null (code below) is causing an issue.
null
{ "group": "Page Content", "name": "Column Builder", "handle": "columnBuilder", "instructions": "Build out a three-column layout using this field.", "required": false, "type": "Neo", "typesettings": { "maxBlocks": "4", "groups": { "name": [], "sortOrder": [] }, "blockTypes": { "new0": { "sortOrder": "1", "name": "Section", "handle": "builderSection", "maxBlocks": "1", "childBlocks": [ "column" ], "maxChildBlocks": null, "topLevel": "1", "fieldLayout": { "Content": [ "featuredImage" ] }, "relabel": [ { "field": "featuredImage", "name": "Background Image", "instructions": "The background for this section. The photo will be behind every column in this section." } ] }, "new1": { "sortOrder": "2", "name": "Column", "handle": "column", "maxBlocks": "3", "childBlocks": "", "maxChildBlocks": null, "topLevel": "0", "fieldLayout": { "Content": [ "columnHeadline", "copy", "blockButton" ] }, "relabel": [ { "field": "columnHeadline", "name": "Headline", "instructions": "Use the Bold function to change the text from black to blue." }, { "field": "blockButton", "name": "Button", "instructions": null } ] } } } },
The text was updated successfully, but these errors were encountered:
Update: I filled in the null value and reimported this Neo field. The error still occurred.
Sorry, something went wrong.
spAnser
No branches or pull requests
Weird issue:
Either the Child type is throwing an issue, or the
null
(code below) is causing an issue.The text was updated successfully, but these errors were encountered: