lolautruche/embedtag-bundle
Composer 安装命令:
composer require lolautruche/embedtag-bundle
包简介
Collection of custom tags for eZ Publish, to embed external content like from YouTube, DailyMotion or Vimeo
README 文档
README
eZ Publish 5 bundle providing custom tags for XmlText FieldType, allowing to embed external content. It is compatible with eZ Publish 5.3 / 2014.03 and superior.
Features
Current implementation provides custom tags support for:
- YouTube
- Vimeo
- DailyMotion
Custom tags can be edited in the admin interface.
Installation
This bundle is available on Packagist. You can install it using Composer:
$ composer require lolautruche/embedtag-bundle:@stable
Then add the bundle to your application:
<?php // ezpublish/EzPublishKernel.php public function registerBundles() { $bundles = array( // ... new Lolart\Bundle\EmbedTagBundle\LolartEmbedTagBundle(), // ... ); }
Usage
Edit your rich text content in the admin
Enjoy the result!
统计信息
- 总下载量: 5.2k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-05-21


