WebAPI/WidgetAPI: Difference between revisions

No edit summary
Line 12: Line 12:
     widgets: {
     widgets: {
       "mywidget1": {
       "mywidget1": {
        name: "mywidget1",
         href: "widget.html",
         href: "widget.html",
         description: "This is my cool widget",
         description: "This is my cool widget",
Line 23: Line 24:
       "some_other_page.html"
       "some_other_page.html"
     ]
     ]
    "locales": {
      "en-US": {
        "name" : "MyApp2000",
        "discription":"Cool App",
        "widgets": {
          "mywidget1": {
            "name":"MyApp2000 Widget",
            "description":"This is my cool widget"
          },
          "myotherwidget": { ... }
        }
      }
    }
   }
   }


Confirmed users
29

edits