AEM Core Forms Components — Adaptive Forms v2 component library.
- Project overview:
docs/architecture/overview.mdModule structure, Java model hierarchy, form JSON model, IT infrastructure, Cypress patterns, JCR content XML patterns. - Runtime internals:
docs/architecture/runtime-internals.mdDeep dive into the form initialization pipeline, repeatable container/InstanceManager mechanics, FT_FORMS-24358 items-array export, common crash signatures, and debugging checklist.
- Feature Toggle Tests:
docs/e2e-testing/feature-toggles.mdHow to add Cypress e2e tests for new feature toggles: OSGi config changes, system property wiring, and the isLatestAddon + fetchFeatureToggles test pattern.