-
-
Notifications
You must be signed in to change notification settings - Fork 118
net9.0: @Assets support #1612
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestinvestigateThis issue require further investigation before closing.This issue require further investigation before closing.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestinvestigateThis issue require further investigation before closing.This issue require further investigation before closing.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Withb
net9.0ComponentBasehas a newAssetsproperty to load static mapped asset files (mainly CSS and javascript files). But they user could also load other assets like media files.In its core, those properties are retrieved from the
Renderer.We might wanna invest some time to offer a way for users to fill up the collection with entries.
PS: I don't see this as a high-priority enhancement, but still worth time spending.