summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/settings.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/resources/settings.xml b/resources/settings.xml
new file mode 100644
index 0000000..a4d2427
--- /dev/null
+++ b/resources/settings.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" ?>
+<settings version="1">
+ <section id="plugin.video.newgrounds">
+ <category id="auth" label="30200" help="">
+ <group id="1">
+ <setting id="newgrounds.username" type="string" label="30201" help="">
+ <level>0</level>
+ <default/>
+ <constraints>
+ <allowempty>true</allowempty>
+ </constraints>
+ <control format="string" type="edit">
+ <heading>30201</heading>
+ </control>
+ </setting>
+ <setting id="newgrounds.password" type="string" label="30202" help="">
+ <level>0</level>
+ <default/>
+ <constraints>
+ <allowempty>true</allowempty>
+ </constraints>
+ <control format="string" type="edit">
+ <heading>302023</heading>
+ </control>
+ </setting>
+ <setting id="newgrounds.token" type="string" label="30203" help="">
+ <level>0</level>
+ <default/>
+ <constraints>
+ <allowempty>true</allowempty>
+ </constraints>
+ <control format="string" type="edit">
+ <heading>30203</heading>
+ <hidden>true</hidden>
+ </control>
+ </setting>
+ </group>
+ </category>
+ </section>
+</settings>