dsfr4drupal-1.x-dev/components/transcription/transcription.component.yml
components/transcription/transcription.component.yml
name: DSFR - Transcription
description: The component resembles and functions like an accordion. However, the height of this is fixed to allow users to have access to the transcription at the same time as the media.
status: stable
group: DSFR
props:
properties:
attributes:
type: Drupal\Core\Template\Attribute
title: Attributes
button_label:
type: string
title: Button label
button_title:
type: string
title: Button title attribute
expanded:
type: boolean
title: Is expanded?
default: false
modal_id:
type: string
title: Modal identifier
modal_title:
type: string
title: Modal title
description: If not defined, repeats the title of the transcription.
title:
type: string
title: Title
transcription_id:
type: string
title: Transcription identifier
slots:
modal_content:
title: Transcription modal content
libraryOverrides:
dependencies:
- dsfr4drupal/component.transcription
