Closed alansemenov closed 4 years ago
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <part xmlns="urn:enonic:xp:model:1.0"> <display-name>Option Set</display-name> <form> <option-set name="radioOptionSet"> <label>Lenke</label> <expanded>false</expanded> <occurrences minimum="1" maximum="1"/> <options minimum="1" maximum="1"> <option name="optionLink"> <label>URL</label> <default>true</default> <items> <input name="link" type="TextLine"> <label>Lenke</label> <occurrences minimum="0" maximum="1"/> <default>/</default> </input> </items> </option> <option name="optionXPContent"> <label>XP-innhold</label> <items> <input name="xpContent" type="ContentSelector"> <label>Innhold i XP</label> <occurrences minimum="0" maximum="1"/> <config> <allowPath>${site}</allowPath> </config> </input> </items> </option> </options> </option-set> </form> </part>
Refresh the browser page
Click the same part and open the Inspect panel.
Bug: Content of the option-set is not shown
Issue moved to enonic/lib-admin-ui #1206 via ZenHub
Refresh the browser page
Click the same part and open the Inspect panel.
Bug: Content of the option-set is not shown