mirror of
https://github.com/strapi/strapi.git
synced 2025-10-29 00:49:49 +00:00
* chore: update example schemas * fix(content-manager): merge data instead of overwrite nested objects * feat(content-manager): add options object in the configuration object * feat(review-workflow): add the review workflows option in the configuration of content-manager * fix(content-manager): use review workflows option value in edit-view * test(workflows): update mocks * test(info-box): update mocks * chore: add comments for utils in content-manager * test(content-manager): add tests on content-types service * fix(review-workflows): merge configuration before updating it * docs(review-workflows): add comments about why we merge configuration of CTs * refactor(review-workflows): extract updateContentTypeConfig function * test(workflows): update mock * fix(review-workflows): remove infinite loop * fix(review-workflows): use findConfiguration instead of getConfiguration * test(review-workflows): change plural name of long content type * test(review-workflows): skip long ct name test