An open API service indexing awesome lists of open source software.

https://github.com/syntro-opensource/silverstripe-elemental-video

Adds a video block to render videos from assets or Youtube
https://github.com/syntro-opensource/silverstripe-elemental-video

Last synced: 5 months ago
JSON representation

Adds a video block to render videos from assets or Youtube

Awesome Lists containing this project

README

          

# Silverstripe Elemental Video

[![🎭 Tests](https://github.com/syntro-opensource/silverstripe-elemental-video/workflows/%F0%9F%8E%AD%20Tests/badge.svg)](https://github.com/syntro-opensource/silverstripe-elemental-video/actions?query=workflow%3A%22%F0%9F%8E%AD+Tests%22+branch%3A%22master%22)
[![codecov](https://codecov.io/gh/syntro-opensource/silverstripe-elemental-video/branch/master/graph/badge.svg)](https://codecov.io/gh/syntro-opensource/silverstripe-elemental-video)
![Dependabot](https://img.shields.io/badge/dependabot-active-brightgreen?logo=dependabot)
[![phpstan](https://img.shields.io/badge/PHPStan-enabled-success)](https://github.com/phpstan/phpstan)
[![composer](https://img.shields.io/packagist/dt/syntro/silverstripe-elemental-video?color=success&logo=composer)](https://packagist.org/packages/syntro/silverstripe-elemental-video)
[![Packagist Version](https://img.shields.io/packagist/v/syntro/silverstripe-elemental-video?label=stable&logo=composer)](https://packagist.org/packages/syntro/silverstripe-elemental-video)

Provides a video Block for including a video.

## Installation

To install this module, run the following command:
```
composer require syntro/silverstripe-elemental-video
```

## Features
This module features a block for the elemental editor which is intended to add
a video to your page.

## Documentation

### Custom Styling
to render this block the way you want, create a
`templates/Syntro/SilverstripeElementalVideo/Element/Video.ss`
file.