Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.62 KB

File metadata and controls

47 lines (36 loc) · 1.62 KB

Link Component (v1)

Forms and Communications Portal Link component written in HTL.

Features

Use Object

The Link component uses the com.adobe.cq.forms.core.components.models.formsportal.Link Sling model as its Use-object.

Edit Dialog Properties

The following properties are written to JCR for the Link component and are expected to be available as Resource properties:

  1. ./title - Text shown on the link
  2. ./tooltip - Tooltip on the link
  3. ./assetType - Type of asset the link refers to (e.g ADAPTIVE_FORM)
  4. ./assetPath - Path to the asset linked

In addition, the nth query parameter is saved as key and value properties on child node queryParams/item<n>.

BEM Description

BLOCK cmp-link
    ELEMENT cmp-link__anchor

Information

  • Vendor: Adobe
  • Version: v1
  • Compatibility: AEM Forms as a cloud service
  • Status: production-ready

If you were involved in the authoring of this component and are not credited above, please reach out to us on GitHub.