Teaser allows the grouping of an image, title and description for promoting and linking to site content sections. One or more actions can also be defined.
Teaser with a pretitle, title and description.
- jcr:title: Teaser Title
- actionsEnabled: false
- pretitle: Pretitle
- titleFromPage: false
- jcr:description: <p>Teaser Description</p>
- descriptionFromPage: false
- sling:resourceType: core-components-examples/components/teaser
- textIsRich: true
Teaser with an image, pretitle, title and description.
- jcr:title: Teaser Title
- fileReference: /content/dam/core-components-examples/library/sample-assets/lava-into-ocean.jpg
- actionsEnabled: false
- pretitle: Pretitle
- titleFromPage: false
- jcr:description: <p>Teaser Description</p>
- descriptionFromPage: false
- sling:resourceType: core-components-examples/components/teaser
- textIsRich: true
Teasers can be linked to internal relative AEM resources or external absolute URLs.
- jcr:title: Linked Teaser
- fileReference: /content/dam/core-components-examples/library/sample-assets/lava-rock-formation.jpg
- actionsEnabled: false
- titleFromPage: false
- linkURL: /content/core-components-examples/library/core-content/teaser
- jcr:description: <p>Teaser Description</p>
- descriptionFromPage: false
- sling:resourceType: core-components-examples/components/teaser
- textIsRich: true
Teaser with an image, title, description and call-to-action button.
- jcr:title: Teaser Title
- fileReference: /content/dam/core-components-examples/library/sample-assets/mountain-range.jpg
- actionsEnabled: true
- titleFromPage: false
- jcr:description: <p>Teaser Description</p>
- descriptionFromPage: false
- sling:resourceType: core-components-examples/components/teaser
- textIsRich: true
Teaser with an image, title, description and multiple call-to-action buttons, each with a different link.
- jcr:title: Teaser Title
- fileReference: /content/dam/core-components-examples/library/sample-assets/snowy-mountain-glacier.jpg
- actionsEnabled: true
- titleFromPage: false
- jcr:description: <p>Teaser Description</p>
- descriptionFromPage: false
- sling:resourceType: core-components-examples/components/teaser
- textIsRich: true
Teaser with an image, title, description and link - with the image, title and description taken from the linked page.
- actionsEnabled: false
- titleFromPage: true
- linkURL: /content/core-components-examples/library/core-content/image
- descriptionFromPage: true
- sling:resourceType: core-components-examples/components/teaser
- textIsRich: true