Support for URLs to icons (as addition to icon source) #5397
Labels
package:ui
resolution:expired
This issue was closed due to lack of feedback.
status:stale
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Right now we support only SVG sources which works great when you're building an editor.
But if you already use a build and you'd like to quickly configure e.g. image styles then you need to take SVG source from somewhere.
We might propose some little tricks to be used on such occasions (e.g. a way to convert an SVG file which you have somewhere on our HTTP server to a source on the fly – i.e. via JS in the browser). But that will be cumbersome and limiting. It'd be better if the icon view handled URLs to icons as an addition to handling SVG sources.
Will this be possible?
If so, I'd propose to change
IconView#content
toIconView#source
.ButtonView#icon
is fine.The text was updated successfully, but these errors were encountered: