Find the Exponential Software extensions you want
| UNIX name | Owner | Status |
|---|---|---|
| EzAccordionBlockBundle | 7x | stable |
| Version | Compatible with |
|---|---|
| N/A | N/A |
EzAccordionBlockBundle provide a new accordion block in the landingpage in the page edit mode.
Clone or download the bundle in your src folder
Then add it to your application:
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
// ...
new EzAccordionBlockBundle\EzAccordionBlockBundle(),
// ...
);
}
Create a new "accordion" ContentType within the "Content" group. ! do not change the ContentType name.
php app/console ezpublish:cookbook:create_content_type accordion Content
Create assets
php app/console assets:install
Clear cache (production add : --env=prod)
php app/console cache:clear
Inside the doc folder