Skip to content

Commit 3ee9d84

Browse files
committed
minor #19004 [AssetMapper] Change the structure of the importmap file (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Change the structure of the importmap file Fixes #18998. Commits ------- 50bf3ec [AssetMapper] Change the structure of the imortmap file
2 parents 8be64ea + 50bf3ec commit 3ee9d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/asset_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ This adds the ``bootstrap`` package to your ``importmap.php`` file::
215215
// ...
216216

217217
'bootstrap' => [
218-
'url' => 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/+esm',
218+
'version' => '5.3.0',
219219
],
220220
];
221221

0 commit comments

Comments
 (0)