Skip to content

Commit

Permalink
IBX-1190: Updated readme to fit new template
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikaK authored Oct 20, 2021
1 parent 29bb4d9 commit c5f545d
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,17 @@
# Ibexa Standard Design Bundle
# Ibexa standard design bundle

This Bundle defines standard Design and Theme to be handled by [ezplatform-design-engine](https://github.com/ezsystems/ezplatform-design-engine).
This package is part of [Ibexa DXP](https://ibexa.co).

Standard Design is the default Design used by the templates shipped
with [Ibexa DXP](https://www.ibexa.co/products) and Ibexa Open Source.
To use this package, [install Ibexa DXP](https://doc.ibexa.co/en/latest/install/).

## Installation

1. In your Ibexa project, require this package with Composer.

```bash
composer require ezsystems/ezplatform-standard-design
```

2. Enable the Bundle in `config/bundles.php`:

```php
return [
// ...
EzSystems\EzPlatformStandardDesignBundle\EzPlatformStandardDesignBundle::class => ['all' => true],
// ...
];
```

3. Remember to clear the Symfony Cache (for `SYMFONY_ENV` your project uses).
```bash
php bin/console cache:clear
```
This package contains the standard [Ibexa DXP](https://ibexa.co) design and theme to be handled by [ezplatform-design-engine](https://github.com/ezsystems/ezplatform-design-engine).

## COPYRIGHT

Copyright (C) 1999-2021 Ibexa AS (formerly eZ Systems AS). All rights reserved.

## LICENSE

This source code is available separately under the following licenses:

A - Ibexa Business Use License Agreement (Ibexa BUL),
Expand Down

0 comments on commit c5f545d

Please sign in to comment.