[API] Begin moving out type

This commit is contained in:
Victor Woeltjen
2016-05-27 13:17:16 -07:00
parent 0c660238f2
commit a6996df3df
2 changed files with 19 additions and 12 deletions

View File

@ -9,18 +9,6 @@ define([
"name": "To-do Plugin",
"description": "Allows creating and editing to-do lists.",
"extensions": {
"types": [
{
"key": "example.todo",
"name": "To-Do List",
"glyph": "2",
"description": "A list of things that need to be done.",
"features": ["creation"],
"model": {
"tasks": []
}
}
],
"views": [
{
"key": "example.todo",