Skip to content

Commit

Permalink
Document missing collapse Bootstrap module fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan committed Dec 27, 2018
1 parent 7355cca commit 259e762
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 259e762

Please sign in to comment.