Skip to content

Instantly share code, notes, and snippets.

@jlberglund
Created March 7, 2015 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlberglund/d4dbf4f792d14eb3f1ae to your computer and use it in GitHub Desktop.
Save jlberglund/d4dbf4f792d14eb3f1ae to your computer and use it in GitHub Desktop.
Sample settings.xml config file for GiftFold
<?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