Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/classic-ui/static-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ The following attributes are available for registering a static resource.

The `depends` attribute may be assigned the value of `all`, making this bundle render last, after all other bundles.
The `all` value lets you load CSS files after the automatically added theme resources and override CSS declarations from your own custom CSS files.
`*` is an alias for `all`, so you can also use that.

If you set multiple bundles to `all`, then these bundles will render in alphabetical order by its name.

Expand All @@ -115,6 +116,11 @@ The following attributes are available for registering a static resource.
`depends` value of `all`.
```

```{versionadded} Plone 6.2.0a2
`depends` value of `*`.
Note: The `*` value was present in Plone < 6.
```

`load_async`
: Boolean.
Whether the bundle should be loaded asynchronously or not.
Expand Down