Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Slinky.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"name" : "Export selected artboard",
"description": "Export selected artboard to HTML email template",
"identifier" : "slinky-export",
"shortcut": "cmd alt e",
"shortcut": "cmd alt e"
},
{
"script" : "Slinky.js",
"handler" : "toggleURL",
"name" : "Show/Hide Link URL",
"description": "Add a link to elements",
"identifier" : "slinky-url-toggle",
"identifier" : "slinky-url-toggle"
},
{
"script" : "Slinky.js",
"handlers" : {
"actions" : {
"SelectionChanged.finish" : "onSelectionChanged",
"SelectionChanged.finish" : "onSelectionChanged"
}
}
}
Expand Down