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 title and description.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:title: Teaser Title
- actionsEnabled: false
- jcr:lastModifiedBy: admin
- jcr:created:
- titleFromPage: false
- jcr:description: <p>Teaser Description</p>
- jcr:lastModified:
- descriptionFromPage: false
- sling:resourceType: core/wcm/components/teaser/v1/teaser
- textIsRich: true
Teaser with an image, title and description.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:title: Teaser Title
- fileReference: /content/dam/core-components-examples/library/sample-assets/lava-into-ocean.jpg
- actionsEnabled: false
- jcr:lastModifiedBy: admin
- jcr:created:
- titleFromPage: false
- jcr:description: <p>Teaser Description</p>
- jcr:lastModified:
- descriptionFromPage: false
- sling:resourceType: core/wcm/components/teaser/v1/teaser
- textIsRich: true
Teasers can be linked to internal relative AEM resources or external absolute URLs.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:title: Linked Teaser
- fileReference: /content/dam/core-components-examples/library/sample-assets/lava-rock-formation.jpg
- actionsEnabled: false
- jcr:lastModifiedBy: admin
- jcr:created:
- titleFromPage: false
- linkURL: /content/core-components-examples/library/teaser
- jcr:description: <p>Teaser Description</p>
- jcr:lastModified:
- descriptionFromPage: false
- sling:resourceType: core/wcm/components/teaser/v1/teaser
- textIsRich: true
Teaser with an image, title, description and call-to-action button.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:title: Teaser Title
- fileReference: /content/dam/core-components-examples/library/sample-assets/mountain-range.jpg
- actionsEnabled: true
- jcr:lastModifiedBy: admin
- jcr:created:
- titleFromPage: false
- jcr:description: <p>Teaser Description</p>
- jcr:lastModified:
- descriptionFromPage: false
- sling:resourceType: core/wcm/components/teaser/v1/teaser
- textIsRich: true
Teaser with an image, title, description and multiple call-to-action buttons, each with a different link.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:title: Teaser Title
- fileReference: /content/dam/core-components-examples/library/sample-assets/snowy-mountain-glacier.jpg
- actionsEnabled: true
- jcr:lastModifiedBy: admin
- jcr:created:
- titleFromPage: false
- jcr:description: <p>Teaser Description</p>
- jcr:lastModified:
- descriptionFromPage: false
- sling:resourceType: core/wcm/components/teaser/v1/teaser
- textIsRich: true
Teaser with a title, description and link - with the title and description taken from the linked page.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- actionsEnabled: false
- jcr:lastModifiedBy: admin
- jcr:created:
- titleFromPage: true
- linkURL: /content/core-components-examples/library/teaser
- jcr:lastModified:
- descriptionFromPage: true
- sling:resourceType: core/wcm/components/teaser/v1/teaser
- textIsRich: true