summaryrefslogtreecommitdiff
path: root/skinskeleton/setup.xml
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-31 11:59:36 +0100
committerlouis <louis.braun@gmx.de>2015-01-31 11:59:36 +0100
commit0341add15e210d2a2da18753bda07b92430fcbf9 (patch)
treea0dc85fee2c22e4f7e64d5020d249cd2316fcf43 /skinskeleton/setup.xml
parent796ce8e5873f3bb55bec8db2b1ee6b5a857e304d (diff)
parentd446ce0d0faa56aea7ef50c4762c2e532494adcb (diff)
downloadvdr-plugin-skindesigner-0341add15e210d2a2da18753bda07b92430fcbf9.tar.gz
vdr-plugin-skindesigner-0341add15e210d2a2da18753bda07b92430fcbf9.tar.bz2
Merge branch 'master' into plugininterface
Diffstat (limited to 'skinskeleton/setup.xml')
-rw-r--r--skinskeleton/setup.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/skinskeleton/setup.xml b/skinskeleton/setup.xml
index a0e5a97..c73d6d4 100644
--- a/skinskeleton/setup.xml
+++ b/skinskeleton/setup.xml
@@ -5,15 +5,20 @@
<!--
define all your parameters here which should be configurable via
OSD and the skindesigner setup menu.
+ <submenu> and <parameter> tags are allowed, <submenu> can be nested
+ with arbitrary depth.
+ Submenus must carry the attributes "name" and "displaytext". "name"
+ is for internal usage, "displaytext" is used for displaying the submenu
+ in the menu and can be an translation token
Parameters must have type "bool" or "integer". For "bool" Parameters
a choice yes/no is shown in the setup menu, a "integer" parameter
can be configured to a value between "min" and "max". If "min" is not
set, "0" is the minimum, if "max" is not set, "1000" is maximum.
- "displayname" is used to display the option in the setup menu.
+ "displaytext" is used to display the option in the setup menu.
The configured parameter value is the default value.
-->
- <parameters>
- </parameters>
+ <menu>
+ </menu>
<!--
translations of displaytexts