Reinstate and configure books widget.
authorMike Taylor <mike@indexdata.com>
Thu, 22 May 2014 15:04:57 +0000 (16:04 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 22 May 2014 15:04:57 +0000 (16:04 +0100)
examples/htdocs/mkws-widget-credo.js

index eb7ee7a..ff5a50c 100644 (file)
@@ -60,7 +60,7 @@ mkws.registerWidgetType('Credo', function() {
   s.push(sectionRow('articles', 'Articles',
                     this.subwidget('Records', { _team: 'articles', targetfilter: 'categories=articles' })));
   s.push(sectionRow('books', 'Books',
-                    1 || this.subwidget('Records', { /* ### config */ })));
+                    this.subwidget('Records', { _team: 'books', targetfilter: 'categories=books' })));
   s.push(sectionRow('news', 'News',
                     1 || this.subwidget('Records', { /* ### config */ })));
   s.push(sectionRow('resources', 'Suggested Resources',