Question: How to use Glyphicon as an image in a widget property?
Scenario: When I add an ActionButton to a layout there is an icon property of the button that offers a radio selector for 'GlyphIcon' or 'Image'.
But, when creating a widget of type image, there is no option for use of a Glyphicon.
<property key='myImage' type='image'>
...
</property>
When I alter to type='icon' I am told that the XML is invalid against the XSD as 'icon' is not a valif property.type value.