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
{{ message }}
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
{
"error": {
"components[0].attributes.columns.component": [
"footer-section already as a nested compoent. You cannot have more than one level of nesting inside your components."
]
}
}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This Starter uses a 2-level nested component (footer->columns->links). This is not allowed (https://github.com/strapi/strapi/blob/4ab210eec65d7f1a4f6334cdef4c797b4e6b9531/packages/strapi-plugin-content-type-builder/controllers/validation/types.js#L247). When trying to change one field and saving it - e.g. removing the footer logo - an error on save occurs:
The text was updated successfully, but these errors were encountered: