You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no option to add a shortcode for cache busting. For reference, you can add cache busting in a cshtml file like this: @Orchard.AssetUrl(assetPath: path, appendVersion: true).
So if somebody uses an image in (for example) an HTML Body part, there is no way to add cache busting with a shortcode.
Describe the solution you'd like
Adding a shortcode that allows cache busting.
Describe alternatives you've considered
...
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Here are the current image shortcodes: https://docs.orchardcore.net/en/latest/docs/reference/modules/Shortcodes/#available-shortcodes
There is no option to add a shortcode for cache busting. For reference, you can add cache busting in a
cshtml
file like this:@Orchard.AssetUrl(assetPath: path, appendVersion: true)
.So if somebody uses an image in (for example) an HTML Body part, there is no way to add cache busting with a shortcode.
Describe the solution you'd like
Adding a shortcode that allows cache busting.
Describe alternatives you've considered
...
The text was updated successfully, but these errors were encountered: