mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 07:05:06 +00:00

* feat(content-manager): contional fields * fix: remove logs * fix: skip validation incase field has condition invisible * chore: adding example * chore: merge develop * fix: filter out invisble fields * test: add e2e tests * fix: ensure that hidden fields are not validate or passed through at any point * feat: add support for components and dz * fix: saving relations on the fly * fix: skipping test * fix: dependencies * feat: add support for Dynamic Zone * fix: e2e tests * feat(CTB): conditional fields (#23662) * wip * wip need to fix schema * delete condition * clean up * feat: update condition form and related components, clean up logs, fix frontend * fix: only add to the first section * feat: add confirmation dialog and fixed UI * chore: remove unused code * chore: linting * fix: display related filed names in warning dialog --------- Co-authored-by: Bassel Kanso <bassel.kanso@strapi.io> * fix: skip displaying hidden dynamic zone in history * fix: ctb generate conditions for relation fields * feat: add tracker for conditional field count (#23828) * feat: add tracker for conditional field count --------- Co-authored-by: Ziyi <ziyi.yuan@strapi.io>