Skip to content

Commit

Permalink
[cli] add template for custom asset source plugin (#1639)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmeow committed Nov 28, 2019
1 parent df9b254 commit ae4de9b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ module.exports = [
value: 'dashboardWidget',
name: 'A Dashboard widget with cats',
url: 'https://github.com/sanity-io/plugin-template-dashboard-widget-cats/archive/master.zip'
},
{
value: 'assetSource',
name: 'Custom asset source plugin',
url: 'https://github.com/sanity-io/plugin-template-asset-source/archive/master.zip'
}
]

0 comments on commit ae4de9b

Please sign in to comment.