<?xml version="1.0" encoding="UTF-8" ?>
<config>
	<!-- The title that appears in the gadget's title bar -->
	<entry key="title">To Do List</entry>

	<!-- The URL of an icon image to appear along with the gadget's title-->
	<entry key="icon" private="true">noun_clipboard.svg</entry>

	<!-- The URL of a thumbnail image to appear in the gadget chooser -->
	<entry key="thumbnail" private="true">noun_clipboard.svg</entry>

	<!-- The description that appears in the gadget chooser -->
	<entry key="description">Personal task manager.</entry>

	<!-- Where the gadget will be available. Current options are "dashboard" and "sidebar". To have it appear in both places, please use "dashboard, sidebar" -->
	<entry key="types" private="true">sidebar</entry>

	<!-- Determines initial height of gadget in pixels. For sidebar gadgets only -->
	<entry key="initial_height" private="true">300</entry>
</config>


<!-- Flags
    
    private      : If set to true, the property will not be exposed anywhere in the UI.
    
    overwritable : If set to true, the property will be exposed in the gadget's user-accessible
                   configuration modal. If false or absent, the property will only be exposed
                   in the gadget management screen. (If the private flag is set to true, this
                   property is ignored.)
-->

<!-- Additional Options

	sidebar_context 	: If specified, the gadget will only appear when OU Campus is in the specified context
	columns 			: Determines the width of the gadget on the dashboard if dashboard enabled
	notifications 		: If specified, OU Campus will forward notifications of the specified 
						  type(s) to the gadget, allowing you to add event listeners. This is 
						  useful for tracking events occurring in OU Campus.
	CUSTOM_VALUE 		: Custom entries are for the gadget's internal use and allow you to set
						  persistent global variables. Use the "private" and "overwritable" flags
						  to determine whether or not this can be changed.
 -->

 <!-- DOCUMENTATION: For all of this and more in greater detail, please visit:
	https://github.com/omniupdate/gadget-starter
  -->