Skip to content

Instantly share code, notes, and snippets.

View kmadejski's full-sized avatar
🕶️
...

Kamil Madejski kmadejski

🕶️
...
View GitHub Profile
ezpublish:
repositories:
eu_repo:
storage:
engine: '%search_engine%'
connection: db_bikeride_eu
search:
engine: '%search_engine%'
connection: db_bikeride_eu
com_repo:
<?php
namespace EzSystemsCookbookBundle\Command;
use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Compiler\RichTextEzxmlInputConverterPass;
use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\Parser\FieldType\RichText;
use eZ\Publish\API\Repository\Exceptions\NotFoundException;
use eZ\Publish\API\Repository\Exceptions\UnauthorizedException;
use eZ\Publish\API\Repository\Exceptions\InvalidArgumentException;
use eZ\Publish\Core\FieldType\RichText\Value;