* patches
    * Added default data types to plugins.  This determines how the plugin represents its default value in the setup template.
    * The data type should match html5 input types.  The possible types are listed below:

        1.  checkbox
        1.  button
        3.  color
        4.  date
        5.  datetime
        6.  datetime-local
        7.  email
        8.  file
        9.  hidden
        10.  image
        11.  month
        12.  number
        13.  password
        14.  radio
        15.  range
        16.  reset
        17.  search
        18.  submit
        19.  tel
        20.  text
        21.  time
        22.  url
        23.  week
