jf-roku/components/ConfigurationData.xml

9 lines
250 B
XML
Raw Normal View History

2019-02-27 04:36:12 +00:00
<?xml version="1.0" encoding="utf-8" ?>
2019-03-12 01:24:39 +00:00
<component name="ConfigData" extends="ContentNode">
2019-02-27 04:36:12 +00:00
<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>