jf-roku/components/config/data.xml
2019-05-03 09:27:51 -04:00

10 lines
303 B
XML

<?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" />
</component>