Headline component element with graphic checkbox enabled: When I enter breakout mode and add {{dc:p:setup.displayGraphic}} to the graphic type field in the primary tab, the entire “graphic icon” group disappears. The dc string I’m using should output “icon” into the field (see parameter JSON below… however when I add “icon” back in instead of my dc string (which also outputs "icon’, it reappears. See screen cast link below.
"displayGraphic" : {
"type" : "choose",
"label" : "Graphic",
"initial" : "none",
"options" : [
{ "value" : "icon", "label" : "On"},
{ "value" : "none", "label" : "Off"}
]
}