se7enxweb/ezplatform-design-engine

Design fallback mechanism for eZ Platform

Installs: 0

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 9

Type:ezplatform-bundle


README

SensioLabsInsight Build Status Downloads Latest release License

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/