Skip to content

Commit

Permalink
Update Exercise10.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Ploug committed Jun 3, 2015
1 parent fba8546 commit f2d74a1
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Exercises/Exercise10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ Remember that glass editor we made as the very first thing? - lets go back and r
##Edit the /app_plugins/first/package.manifest
Just add a isParameterEditor value to the propertyEditor definition, and after a app restart, it will show up in the list of macro parameter editors.

propertyEditors:[
{
name: "My first editor",
alias: "My.First",
isParameterEditor: true,
editor:{
view: "~/app_plugins/first/editor.html"
}
```json
propertyEditors:[
{
name: "My first editor",
alias: "My.First",
isParameterEditor: true,
editor:{
view: "~/app_plugins/first/editor.html"
}
]
}
]
```

0 comments on commit f2d74a1

Please sign in to comment.