dorsetdigital/silverstripe-element-videotext
Composer 安装命令:
composer require dorsetdigital/silverstripe-element-videotext
包简介
Adds an elemental content block with a video embed
README 文档
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?flushto 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'
统计信息
- 总下载量: 49
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2020-02-17