Created
March 7, 2015 06:29
-
-
Save jlberglund/d4dbf4f792d14eb3f1ae to your computer and use it in GitHub Desktop.
Sample settings.xml config file for GiftFold
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<settings xmlns="http://giftfold.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://giftfold.com/giftfold_theme_settings.xsd"> | |
<form> | |
<customization> | |
<name>fund</name> | |
<type>string</type> | |
<value>Disaster Relief</value> | |
</customization> | |
</form> | |
<theme> | |
<customization> | |
<name>title</name> | |
<type>string</type> | |
<value>Organization Name</value> | |
</customization> | |
<installation> | |
<name>freebie</name> | |
<version>1.0.0</version> | |
<description>A basic config file for your GiftFold theme.</description> | |
</installation> | |
</theme> | |
</settings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment