Skip to content

Instantly share code, notes, and snippets.

@hmelenok
Created August 31, 2016 08:06
Show Gist options
  • Save hmelenok/7f5056d7af12b001d16cfba51ed4c027 to your computer and use it in GitHub Desktop.
Save hmelenok/7f5056d7af12b001d16cfba51ed4c027 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="Preferences for __UP_myname__" height="250" />
<UserPref name="myname" display_name="Name" required="true" />
<UserPref name="myphoto" display_name="Photo" default_value="http://doc.examples.googlepages.com/rowan-headshot.jpg"/>
<UserPref name="mychoice" display_name="Show Photo?" datatype="bool" default_value="true"/>
<UserPref name="mycolor" display_name="Color" default_value="Yellow" datatype="enum" >
<EnumValue value="Red" />
<EnumValue value="Aqua" />
<EnumValue value="Lime" />
<EnumValue value="Yellow" />
<EnumValue value="Pink" />
<EnumValue value="Orange" />
<EnumValue value="White" />
</UserPref>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment