aem-core-forms-components icon indicating copy to clipboard operation
aem-core-forms-components copied to clipboard

FORMS-3597 Provide DoR configuration in separate tab for adaptive for…

Open dmaurya929 opened this issue 2 years ago • 1 comments

…m container dialog

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [ ] I have signed the Adobe Open Source CLA.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have read the CONTRIBUTING document.
  • [ ] I have added tests to cover my changes and the overall coverage did not decrease.
  • [ ] All unit tests pass on CircleCi.
  • [ ] I ran all tests locally and they pass.

dmaurya929 avatar Mar 22 '23 17:03 dmaurya929

PR to configure DoR template in editor for core component based form, I have few point for clarification

  • Fetching list of available templates vial API : /libs/fd/af/components/info.json
  • After successful submission of dialog properties, request is send to generate dor template i.e xdp ( for generate DoR options) and acro-json for acroform via API libs/fd/fm/content/basemanage.json?func=
  • Also there is rendercondtion (fd/af/dor/rendercondition/selectdor) in cq-guide to hide select DoR option in template editor, we are re-using that one instead of duplicating here.

Please let me know if we are good with the above changes. cc: @nit23uec @sakshi-arora1

dmaurya929 avatar Mar 27 '23 07:03 dmaurya929