File: Example.xml

package info (click to toggle)
znuny 6.5.18-1
  • links: PTS
  • area: non-free
  • in suites: forky, sid
  • size: 205,344 kB
  • sloc: perl: 1,038,694; xml: 74,551; javascript: 65,276; sql: 23,574; sh: 417; makefile: 63
file content (14 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<!--
    * This file is for testing development purpose only!
    * It will be deleted before merging to the master
-->
<otrs_config version="2.0" init="Application">
    <Setting Name="DeployTestCheckbox" Required="1" Valid="1">
        <Description Translatable="1">Checkbox item.</Description>
        <Navigation>Sample</Navigation>
        <Value>
            <Item ValueType="Checkbox">0</Item>
        </Value>
    </Setting>
</otrs_config>