jf-roku/components/config/data.xml

10 lines
303 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>
<script type="text/brightscript" uri="data.brs" />
2019-03-14 17:11:51 +00:00
</component>