Skip to content

Commit

Permalink
feat: add SF symbols for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ksalzke committed Oct 17, 2021
1 parent 3b79204 commit 260c945
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@
"version": "1.11.0",
"actions": [
{
"identifier": "createFromTemplate"
"identifier": "createFromTemplate",
"image": "doc.badge.plus"
},
{
"identifier": "goToTemplatesFolder"
"identifier": "goToTemplatesFolder",
"image": "folder.fill"
},
{
"identifier": "hideTemplatesFolder"
"identifier": "hideTemplatesFolder",
"image": "folder"
},
{
"identifier": "preferences"
"identifier": "preferences",
"image": "doc.badge.gearshape"
}
],
"libraries": [
Expand Down

0 comments on commit 260c945

Please sign in to comment.