mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
added setup.xml to skinskeleton
This commit is contained in:
parent
46d99a6913
commit
5733a49940
23
skinskeleton/setup.xml
Normal file
23
skinskeleton/setup.xml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE setup SYSTEM "../../dtd/setup.dtd">
|
||||||
|
|
||||||
|
<setup>
|
||||||
|
<!--
|
||||||
|
define all your parameters here which should be configurable via
|
||||||
|
OSD and the skindesigner setup menu.
|
||||||
|
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.
|
||||||
|
The configured parameter value is the default value.
|
||||||
|
-->
|
||||||
|
<parameters>
|
||||||
|
</parameters>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
translations of displaytexts
|
||||||
|
-->
|
||||||
|
<translations>
|
||||||
|
</translations>
|
||||||
|
</setup>
|
Loading…
Reference in New Issue
Block a user