1
0
Fork 0
LAview.Data-Example/config/ws.backbone.laview.plugins....

24 lines
898 B
XML
Raw Normal View History

2015-11-06 14:42:12 +03:00
<schemalist>
2015-11-14 08:27:06 +03:00
<schema id="ws.backbone.lavew.plugins.data-example-@MAJOR@" path="/ws/backbone/laview/plugins/data-example-@MAJOR@/" gettext-domain="laview-plugins-data-example-@MAJOR@">
2015-11-06 14:42:12 +03:00
<key name="greeting" type="s">
<default l10n="messages">"Hello, earthlings"</default>
<summary>A greeting</summary>
<description>Greeting of the invading martians</description>
</key>
<key name="bottles-of-beer" type="i">
<default>99</default>
<summary>Bottles of beer</summary>
<description>Number of bottles of beer on the wall</description>
</key>
<key name="lighting" type="b">
<default>false</default>
<summary>Is the light switched on?</summary>
<description>State of an imaginary light switch.</description>
</key>
</schema>
</schemalist>