jf-roku/components/config/ConfigData.xml

8 lines
248 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2019-03-14 17:11:51 +00:00
<component name="ConfigData" extends="ContentNode">
<interface>
<field id="label" type="string" />
<field id="value" type="string" />
<field id="type" type="string" />
</interface>
</component>