jf-roku/components/config/ConfigData.xml

10 lines
309 B
XML
Raw Normal View History

2019-03-14 17:11:51 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="ConfigData" extends="ContentNode">
<interface>
<field id="label" type="string" />
<field id="value" type="string" />
<field id="type" type="string" />
</interface>
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="ConfigData.brs" />
2019-03-14 17:11:51 +00:00
</component>