Title can be used to create headings for a page or page sections.
Default title without any configuration. The title is taken from the current page.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:lastModifiedBy: admin
- jcr:created:
- jcr:lastModified:
- sling:resourceType: core/wcm/components/title/v2/title
Title
Alternative title texts can be provided rather than the default of taking the title from the current page.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:title: Lorem Ipsum
- jcr:lastModifiedBy: admin
- jcr:created:
- jcr:lastModified:
- sling:resourceType: core/wcm/components/title/v2/title
Lorem Ipsum
The heading type can be configured (H1-H6).
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:title: Heading 3
- jcr:lastModifiedBy: admin
- jcr:created:
- type: h3
- jcr:lastModified:
- sling:resourceType: core/wcm/components/title/v2/title
Heading 3
Titles can be linked to internal relative AEM resources, external absolute URLs or page anchors.