mirror of
https://github.com/nasa/fpp.git
synced 2025-12-15 04:05:00 -06:00
13 lines
285 B
XML
13 lines
285 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<array namespace="A::B" name="ArrayString">
|
|
<comment>Array with string args</comment>
|
|
<type size="80">string</type>
|
|
<size>2</size>
|
|
<format>%s</format>
|
|
<default>
|
|
<value>"abcd"</value>
|
|
<value>"abcd"</value>
|
|
</default>
|
|
</array>
|