summaryrefslogtreecommitdiff
path: root/skinskeleton/setup.xml
blob: a0e5a975a0650e228fee36e94add391221f66895 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>