Find the Exponential Software extensions you want
| UNIX name | Owner | Status |
|---|---|---|
| ezplatform-standard-design | 7x | stable |
| Version | Compatible with |
|---|---|
| N/A | N/A |
This Bundle defines standard Design and Theme to be handled by ezplatform-design-engine.
Standard Design is the default Design used by the templates shipped with eZ Platform.
In your eZ Platform 2.2+ project, require this package with Composer.
composer require ezsystems/ezplatform-standard-design
Enable the Bundle in AppKernel.php:
public function registerBundles()
{
$bundles = [
// ...
new EzSystems\EzPlatformStandardDesignBundle\EzPlatformStandardDesignBundle(),
];
// ...
}
Remember to clear the Symfony Cache (for SYMFONY_ENV your project uses).
php bin/console cache:clear
Copyright (C) 1999-2018 eZ Systems AS. All rights reserved.
http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2