* 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
* feat(review-workflow): prevent activating on content-type with a too long name
* chore(review-workflow): update warning message
* test(review-workflows): add a test for too long name content type
* test(review-workflows): fix describe condition
* chore(review-workflows): rename variable and constant
* chore(review-workflows): rename constants
* test(review-workflows): update test content type name length
* feat(review-workflows): validate that the content type have rw activated
* feat(review-workflows): simplify the validation step
* Update packages/core/admin/ee/server/services/review-workflows/review-workflows.js
Co-authored-by: Marc <marc12info@gmail.com>
* Update packages/core/admin/ee/server/services/review-workflows/review-workflows.js
Co-authored-by: Marc <marc12info@gmail.com>
* chore: remove unused import
* test(review-workflows): update unit tests
* test: disable review workflows
---------
Co-authored-by: Marc <marc12info@gmail.com>