jf-roku/components/ConfigurationItemData.xml

9 lines
254 B
XML
Raw Normal View History

2019-02-27 04:36:12 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="ConfigItemData" extends="ContentNode">
<interface>
<field id="label" type="string" />
<field id="value" type="string" />
<field id="type" type="string" />
2019-02-27 04:36:12 +00:00
</interface>
</component>