Fragmentv1
A Fragment component in an Adaptive Form is an element that refer Adaptive Form Fragment. In authoring it shows placeholder that is not editable and in runtime fragment got stitched.
Examples
Standard
The component, simply displaying placeholder data.
- Properties
- Markup
- JSON
- wrapData: false
- jcr:title: Fragment
- description: <p>This is a long description.</p>
- enabled: true
- tooltip: <p>This is a short description.</p>
- readOnly: false
- name: fragment_demo1713789492589
- visible: true
- hideTitle: false
- repeatable: false
- sling:resourceType: forms-components-examples/components/form/fragment
- fieldType: panel
- tooltipVisible: true
- textIsRich: true,true,true
- fragmentPath: /content/forms/af/core-forms-components-examples/test-fragment
This is a short description.
This is a long description.