Skip to content

Commit

Permalink
[cli] Add example plugin for dashboard widgets (#1329)
Browse files Browse the repository at this point in the history
* [cli] Add example plugin for dashboard widgets

* [cli] Fix url
  • Loading branch information
kmelve authored and bjoerge committed Jun 7, 2019
1 parent 9227ddb commit 4506b99
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -18,5 +18,10 @@ module.exports = [
value: 'chessInput',
name: 'Chess board input component w/ block preview',
url: 'https://github.com/sanity-io/plugin-template-chess-input/archive/master.zip'
},
{
value: 'dashboardWidget',
name: 'A Dashboard widget with cats',
url: 'https://github.com/sanity-io/plugin-template-dashboard-widget-cats/archive/master.zip'
}
]

0 comments on commit 4506b99

Please sign in to comment.