projects / org / se7enxweb / embedtagbundle
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
EmbedTagBundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
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.
Current implementation provides custom tags support for:
Custom tags can be edited in the admin interface.
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:
// ezpublish/EzPublishKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new Lolart\Bundle\EmbedTagBundle\LolartEmbedTagBundle(),
// ...
);
}