Skip to content

Commit

Permalink
Added new command — «Clear page numbers»
Browse files Browse the repository at this point in the history
  • Loading branch information
npi authored and npi committed Oct 9, 2018
2 parents 5a39ddc + 1046c83 commit da2d9b8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
Expand Up @@ -2,7 +2,7 @@
"name": "DS Automator",
"compatibleVersion": 3,
"bundleVersion": 1,
"icon": "icon.png",
"icon": "./icon.png",
"description": "Automation of design system layouts",
"authorEmail": "npi@bk.com",
"author": "Pavel Neznanov",
Expand All @@ -12,18 +12,26 @@
"handler": "pages",
"shortcut": "command alt shift p",
"name": "Formatting pages",
<<<<<<< HEAD
"identifier": "ds-plugin-pages",
"icon": "./icons/icon-sr.png",
"description": "Sort and format the page list"
=======
"identifier": "ds-plugin-pages"
>>>>>>> 1046c836fec62bb2b04b6f30aafeff2abcc0e059
},
{
"script": "clean-pages.js",
"handler": "cleanPages",
"shortcut": "command alt shift c",
"name": "Clear page numbers",
<<<<<<< HEAD
"identifier": "ds-plugin-clean-pages",
"icon": "./icons/icon-sr.png",
"description": "Removing prefixes in page titles"
=======
"identifier": "ds-plugin-clean-pages"
>>>>>>> 1046c836fec62bb2b04b6f30aafeff2abcc0e059
}
],
"version": "1.0.5",
Expand Down
10 changes: 9 additions & 1 deletion src/manifest.json
Expand Up @@ -2,7 +2,7 @@
"name" : "DS Automator",
"compatibleVersion": 3,
"bundleVersion": 1,
"icon": "icon.png",
"icon": "./icon.png",
"description" : "Automation of design system layouts",
"authorEmail" : "npi@bk.com",
"author" : "Pavel Neznanov",
Expand All @@ -12,18 +12,26 @@
"handler" : "pages",
"shortcut" : "command alt shift p",
"name" : "Formatting pages",
<<<<<<< HEAD
"identifier" : "ds-plugin-pages",
"icon" : "./icons/icon-sr.png",
"description" : "Sort and format the page list"
=======
"identifier" : "ds-plugin-pages"
>>>>>>> 1046c836fec62bb2b04b6f30aafeff2abcc0e059
},
{
"script" : "./clean-pages.js",
"handler" : "cleanPages",
"shortcut" : "command alt shift c",
"name" : "Clear page numbers",
<<<<<<< HEAD
"identifier" : "ds-plugin-clean-pages",
"icon" : "./icons/icon-sr.png",
"description" : "Removing prefixes in page titles"
=======
"identifier" : "ds-plugin-clean-pages"
>>>>>>> 1046c836fec62bb2b04b6f30aafeff2abcc0e059
}
]
}

0 comments on commit da2d9b8

Please sign in to comment.