@strapi/content-type-builder 5.2.0 → 5.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1633,7 +1633,6 @@ const createSchema = (types, relations, { modelType } = {}) => {
1633
1633
  pluginOptions: yup.object(),
1634
1634
  collectionName: yup.string().nullable().test(isValidCollectionName),
1635
1635
  attributes: createAttributesValidator({ types, relations, modelType }),
1636
- reviewWorkflows: yup.boolean(),
1637
1636
  draftAndPublish: yup.boolean()
1638
1637
  };
1639
1638
  if (modelType === modelTypes.CONTENT_TYPE) {