dorsetdigital / silverstripe-element-videotext
Adds an elemental content block with a video embed
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- dnadesign/silverstripe-elemental: ^3.0 || ^4.0
- silverstripe/cms: ^4.0
- silverstripe/vendor-plugin: ^1.0
This package is auto-updated.
Last update: 2024-10-17 21:51:27 UTC
README
Adds an elemental content block with a video
Requirements
- Silverstripe 4.x
- Silverstripe Elemental
Installation
- Install the code with
composer require dorsetdigital/silverstripe-element-videotext
- Run a
dev/build?flush
to update your project
Usage
This module adds a simple way to add a content block with a video embed By default, the module uses Bootstrap 4 CSS classes for styling. The CSS class assigned to the various video widths can be configured using a YML config file:
eg:
DorsetDigital\Elements\VideoTextElement:
sizes:
'col-md-6': '1/2 page width'
'col-md-4': '1/3 page width'
'col-md-3': '1/4 page width'
'col-md-2': '1/6 page width'