Skip to content

Commit

Permalink
Document missing collapse Bootstrap module fix (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan authored and alterphp committed Jan 24, 2019
1 parent b8e2d1a commit 23ca577
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -146,6 +146,14 @@ Define your filters under `list`.`form_filters` entity configuration

```yaml
easy_admin:
design:
assets:
css:
- 'bundles/easyadmin/bootstrap-all.css'
js:
# By default, EasyAdminBundle embeds a limited version of Bootstrap JS.
# For collapsible form filters to work, a full version should be added:
- 'bundles/easyadmin/bootstrap-all.js'
entities:
Animation:
class: App\Entity\Animation
Expand Down

0 comments on commit 23ca577

Please sign in to comment.