From b0b8c9512199bc84a3a7fff5877156fe3c36c1bd Mon Sep 17 00:00:00 2001 From: Christian Oellers <2101569+ChristianOellers@users.noreply.github.com> Date: Sun, 7 Mar 2021 17:47:13 +0100 Subject: [PATCH] Distinct Bootstrap jQuery requirement Add distinction to jQuery requirement for Bootstrap version 5, which does not require it to be used: https://getbootstrap.com/docs/5.0/getting-started/javascript/#still-want-to-use-jquery-its-possible --- frontend/encore/bootstrap.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/encore/bootstrap.rst b/frontend/encore/bootstrap.rst index fedb5153cac..3a660353fcb 100644 --- a/frontend/encore/bootstrap.rst +++ b/frontend/encore/bootstrap.rst @@ -37,7 +37,8 @@ file into ``global.scss``. You can even customize the Bootstrap variables first! Importing Bootstrap JavaScript ------------------------------ -Bootstrap JavaScript requires jQuery and Popper.js, so make sure you have this installed: +Bootstrap JavaScript requires Popper.js. Prior to Bootstrap 5, jQuery is required too. +Make sure you have this installed: .. code-block:: terminal