From 50bf3ec9a444d00c9a6f0117aedcb628cbda7ed2 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 9 Oct 2023 13:09:59 +0200 Subject: [PATCH] [AssetMapper] Change the structure of the imortmap file --- frontend/asset_mapper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 28c213c8f61..d4558a4d445 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -215,7 +215,7 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file:: // ... 'bootstrap' => [ - 'url' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/+esm', + 'version' => '5.3.0', ], ];