Skip to content

Files

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 9, 2022
Sep 15, 2022
Jun 9, 2022
Nov 5, 2020
Apr 22, 2021
Jun 28, 2019
Apr 22, 2021

Title (v2)

Title component written in HTL, allowing to define a section heading.

Features

  • In-place editing
  • Automatic reading of the page title from the current page, if no title text is defined
  • HTML element configuration (h1 - h6)
  • Linkable to content pages, external URLs or page anchors
  • Styles

Use Object

The Title component uses the com.adobe.cq.wcm.core.components.models.Title Sling model as its Use-object.

Component Policy Configuration Properties

The following configuration properties are used:

  1. ./type - defines the default HTML heading element type (h1 - h6) this component will use for its rendering
  2. ./linkDisabled - defines whether or not the title link is disabled

Edit Dialog Properties

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

  1. ./jcr:title - will store the text of the title to be rendered
  2. ./type - will store the HTML heading element type which will be used for rendering; if no value is defined, the component will fallback to the value defined by the component's policy
  3. ./linkURL - will allow definition of a content page path, external URL or page anchor for linking the title.
  4. ./id - defines the component HTML ID attribute.
  5. ./linkAccessibilityLabel - defines an accessibility label for the the title's link.
  6. ./linkTitleAttribute - defines a title attribute for the the title's link.

Client Libraries

The component provides a core.wcm.components.title.v2.editor editor client library category that includes JavaScript handling for dialog interaction. It is already included by its edit and design dialogs.

BEM Description

BLOCK cmp-title
    ELEMENT cmp-title__text
    ELEMENT cmp-title__link

Information