<?xml version="1.0" encoding="UTF-8" ?>

<config>
    <!-- The title that appears in the gadget's title bar. -->
    <entry key="title" label="Title">Export</entry>
    
    <!-- The URL of an icon image. -->
    <entry key="icon" private="true">http://commons.omniupdate.com/favicon.ico</entry>
    
    <!-- The description that appears in the gadget chooser. -->
    <entry key="description" private="true">Export files within folder in a zip file</entry>
    
    <!-- The URL of a thumbnail image to appear in the gadget chooser. -->
    <entry key="thumbnail" private="true">http://fakeimg.pl/96/</entry>
    
    <!-- Current supported types are "dashboard" and "sidebar". If you want your gadget to appear
         in both places, enter "dashboard, sidebar". -->
    <entry key="types" private="true">sidebar</entry>
    
    <!-- For sidebar gadgets only. See explanation at bottom. -->
    <!-- <entry key="sidebar_context" private="true">edit</entry> -->
    
    <!-- For dashboard gadgets only. Determines the width of the gadget in columns. 
         Can be 1, 2, or 3. -->
    <entry key="columns" private="true">1</entry>
    
    <!-- For sidebar gadgets only. Determines the initial height of the gadget in pixels. -->
    <entry key="initial_height" private="true">290</entry>
    
    <!-- Below is a custom config entry. Custom entries are for the gadget's internal use only.
         You can add as many custom entries as you wish. The "private" and "overwritable" flags
         apply to custom entries too. -->
    <entry key="font_size" label="Font Size" overwritable="true">14px</entry>

</config>