Advertisement
caffeinatedmike

settings.xml sample

Jun 29th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.58 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <settings>
  3.     <setting id="{cChannelName}.channel.key" type="text" label="Channel key" default="{ChannelKey}" visible="False"/>
  4.     <setting id="{aChannelName}.api.key" type="text" option="hidden" label="Api key" default="{ApiKey}"/>
  5.     <!--nNotify<setting id="{nChannelName}.nNotify" type="boolean" label="New Video Notifications" default="{nNotify}" visible="True"/>nNotify-->
  6.     <!--lNotify<setting id="{lChannelName}.lNotify" type="boolean" label="Is Live Notifications" default="{lNotify}" visible="True"/>lNotify-->
  7. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement