Skip to content

Commit 8fd3f89

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Change the structure of the imortmap file
2 parents 7732523 + 3ee9d84 commit 8fd3f89

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)