jf-roku/components/data/CollectionData.xml

12 lines
570 B
XML
Raw Normal View History

2019-03-20 02:30:08 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<component name="CollectionData" extends="JFContentItem">
2019-03-20 02:30:08 +00:00
<interface>
<field id="collectionID" type="string" />
<field id="description" type="string" />
<field id="overview" type="string" value="boxsets" />
2019-03-20 02:30:08 +00:00
</interface>
2020-03-18 09:10:31 +00:00
<script type="text/brightscript" uri="CollectionData.brs" />
<script type="text/brightscript" uri="pkg:/source/api/Image.brs" />
<script type="text/brightscript" uri="pkg:/source/api/baserequest.brs" />
<script type="text/brightscript" uri="pkg:/source/utils/config.brs" />
</component>