Installation

The extension needs to be installed like any other TYPO3 CMS extension. Get the extension by one of the following methods.

Installation using composer

The recommended way to install the extension is by using Composer. In your composer based TYPO3 project root, just do

composer req iundd/a11y-me-video

Latest version from git

You can get the latest version from git by using the git command:

git clone https://github.com/iundd/a11y_me_video.git

Installation from TYPO3 Extension Repository (TER)

  • Get it from the Extension Manager: Switch to the module Admin Tools > Extensions.

  • Switch to Get Extensions and search for the extension key a11y_me_video.

  • Install the extension from the repository.

Download from extensions.typo3.org

Preparation: Include static TypoScript

The extension requires some TypoScript code, which must be integrated.

  1. Switch to the root page of your site.

  2. Switch to the TypoScript module and select the TypoScript record.

  3. Press the Edit the whole template record button and switch to the tab Advanced Options.

  4. Go to Include TypoScript sets. Add Fluid Content Elements and Accessible Video Player to Selected Items.

  5. For some css classes to work, you also need to select Fluid Content Elements CSS (optional)

screen shot of including static TypeScript

Versioning

This project uses semantic versioning, which means that

  • bugfix updates (e.g. 1.0.0 => 1.0.1) only include small bugfixes or security relevant stuff without breaking changes,

  • minor updates (e.g. 1.0.0 => 1.1.0) include new features and smaller tasks without breaking changes and

  • major updates (e.g. 1.0.0 => 2.0.0) contain breaking changes which can be refactorings, features or bugfixes.