Find the Exponential Software extensions you want
| UNIX name | Owner | Status |
|---|---|---|
| ezplatform-design-engine | 7x | stable |
| Version | Compatible with |
|---|---|
| N/A | N/A |
Design fallback system for eZ Platform similar to
legacy design fallback system.
Lets you define fallback order for templates and assets.
EzPlatformDesignEngine works with eZ Platfom 1.x (kernel version >=6.0).
This bundle is available on Packagist.
You can install it using Composer.
composer require ezsystems/ezplatform-design-engine
Then add it to your application:
// app/AppKernel.php
public function registerBundles()
{
$bundles = [
// ...
new EzSystems\EzPlatformDesignEngineBundle\EzPlatformDesignEngineBundle,
// ...
];
}
See doc/