-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.5 - update some wording and lets you choose a library
- Loading branch information
1 parent
ba81c0d
commit 1b64020
Showing
2 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "Library Styles Sync", | ||
"identifier": "com.zeroheight.library-styles-sync", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "sync shared styles with a Library document", | ||
"authorEmail": "[email protected]", | ||
"author": "zeroheight team", | ||
|
@@ -25,19 +25,19 @@ | |
"script": "script.js", | ||
"handler": "syncJSON", | ||
"shortcut": "", | ||
"name": "JSON - Sync", | ||
"name": "Sync from JSON", | ||
"identifier": "com.zeroheight.library-styles-sync.json-sync" | ||
},{ | ||
"script": "script.js", | ||
"handler": "setColor", | ||
"shortcut": "", | ||
"name": "JSON - Set color URL", | ||
"name": "Set color URL", | ||
"identifier": "com.zeroheight.library-styles-sync.json-color" | ||
},{ | ||
"script": "script.js", | ||
"handler": "setTypo", | ||
"shortcut": "", | ||
"name": "JSON - Set typography URL", | ||
"name": "Set typography URL", | ||
"identifier": "com.zeroheight.library-styles-sync.json-typo" | ||
}], | ||
"menu": { | ||
|
@@ -49,7 +49,7 @@ | |
"com.zeroheight.library-styles-sync.sync-with", | ||
] | ||
},{ | ||
"title": "JSON Sync (experimental)", | ||
"title": "JSON(experimental)", | ||
"items": [ | ||
"com.zeroheight.library-styles-sync.json-sync", | ||
"com.zeroheight.library-styles-sync.json-color", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters