Allow the "Label" field of an Icon plugin instance to be rendered as text on the page.
Background
The "Label" field was only used for Structure Mode, to _label_ the Icon plugin instance.
The use case is a Link plugin that needs an Icon and Text inside, but the Text plugin (by default) wraps content in a `
` tag, so this will let us avoid that `
` tag by not using Text plugin—just show the Icon "LabeL" to get non-`
Overview
Allow the "Label" field of an Icon plugin instance to be rendered as text on the page.
Background
The "Label" field was only used for Structure Mode, to _label_ the Icon plugin instance. The use case is a Link plugin that needs an Icon and Text inside, but the Text plugin (by default) wraps content in a `` tag, so this will let us avoid that `
` tag by not using Text plugin—just show the Icon "LabeL" to get non-`
` text.
Related
Changes
Testing
1.
UI
…