From 259e7623303aff9b5b8b3dfd5549aacff5ad34e8 Mon Sep 17 00:00:00 2001 From: Ion Bazan Date: Thu, 27 Dec 2018 16:06:10 +0100 Subject: [PATCH] Document missing `collapse` Bootstrap module fix --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ee1f736b..8ab70e4f 100644 --- a/README.md +++ b/README.md @@ -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