sbarski / dashing.net

dashing.net is a direct .NET port of the dashing framework originally created by Shopify
MIT License
93 stars 56 forks source link

Problems adding new fields #9

Open gsaxam opened 11 years ago

gsaxam commented 11 years ago

How do I add new fields to display more content on the widgets. For example, on the Text widget and under text.html, there are three fields:

  1. title
  2. more-info
  3. updated-at

Now, how do I add a new field called weatherInfo to display weather results? I tried copying the html code and renaming them but that does not work.