Skip to content

Commit 17766fa

Browse files
author
hleithner
committed
Remove 5.0 features
1 parent ad23e80 commit 17766fa

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

versioned_docs/version-4.3/general-concepts/templatefontstacks.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

versioned_docs/version-4.3/general-concepts/web-asset-manager.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -477,16 +477,6 @@ Will produce:
477477
Named inline asset may be as dependency to another inline asset, hovewer it is not recomended to use an inline asset as dependency to non-inline asset. This will work, but this behavior may changes in future. Prefer to use "position" instead.
478478
:::
479479
480-
## Working with ESM importmap
481-
482-
WebAssetManager allows to define [importmap](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap) for your ES modules.
483-
484-
The `script` asset with option `"importmap": true` will be added to `importmap`. Other option available:
485-
- `importmap` boolean, whether the element should be added to `importmap`;
486-
- `importmapName` string, optional, custom module name, example when asset name `foo`, and module name is `@foo`;
487-
- `importmapScope` string, optional, a scope path for the asset in `importmap`;
488-
489-
490480
### Methods to work with ESM importmap
491481
492482
All methods to work with a ESM importmap are the same as methods to work with script asset item.

0 commit comments

Comments
 (0)