summaryrefslogtreecommitdiff
path: root/resources/settings.xml
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2024-07-14 14:37:42 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2024-07-14 14:37:42 -0400
commit78b78ce781e06f27235b59809518b0d612fc3bc7 (patch)
treed68dd632e1023be9c211ddd13c3f51859284b9d1 /resources/settings.xml
Initial commit
Diffstat (limited to 'resources/settings.xml')
-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>