ezplatform-design-engine

UNIX name Owner Status
ezplatform-design-engine 7x stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

EzPlatformDesignEngine

Design fallback system for eZ Platform similar to
legacy design fallback system.

Lets you define fallback order for templates and assets.

Requirements

EzPlatformDesignEngine works with eZ Platfom 1.x (kernel version >=6.0).

Installation

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,
// ...
];
}

Documentation

See doc/

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.