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
Note that this list contains the following types: table-row, table-cell, table-header-cell.
When trying to set these types, I got the following error from the API:
Error: The property "validations.0.enabledNodeTypes.15" on the field "content"
must be one of [
"heading-1", "heading-2", "heading-3", "heading-4", "heading-5", "heading-6",
"ordered-list", "unordered-list", "hr", "blockquote", "table", "embedded-entry-block",
"embedded-asset-block", "hyperlink", "entry-hyperlink", "asset-hyperlink",
"embedded-entry-inline"
].
This list does not contain any of these types.
This might be an error in the docs.
The text was updated successfully, but these errors were encountered:
When reading the following documentation, we can see this:
https://contentful.github.io/contentful-management.js/contentful-management/11.16.0/interfaces/ContentTypeFieldValidation.html#enabledNodeTypes
Note that this list contains the following types:
table-row
,table-cell
,table-header-cell
.When trying to set these types, I got the following error from the
API
:This list does not contain any of these types.
This might be an error in the docs.
The text was updated successfully, but these errors were encountered: