jf-roku/components/data/JFContentItem.xml

15 lines
616 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<component name="JFContentItem" extends="ContentNode">
<interface>
<field id="favorite" type="boolean" />
<field id="watched" type="boolean" />
<field id="posterUrl" type="string" />
<field id="backdropUrl" type="string" />
<field id="SubTitle" type="string" value="" />
<field id="iconUrl" type="string" value="" />
<field id="Type" type="string" value="" />
<field id="parentFolder" type="string" value="" />
<field id="json" type="assocarray" onChange="setFields" />
</interface>
</component>