-
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.
- Loading branch information
Showing
2 changed files
with
33 additions
and
33 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,34 +1,34 @@ | ||
{ | ||
"stylesUrl": "https://localhost:8080/dist/actions/styles/bundle.css", | ||
"actions": [{ | ||
"title": "Property bags", | ||
"description": "Create, Update or Delete Web Property Bags.", | ||
"image": "/images/sp-bag-64-blue.png", | ||
"scriptUrl": "https://localhost:8080/dist/actions/spPropertyBag/spPropertyBag.js" | ||
}, | ||
{ | ||
"title": "Site lists", | ||
"description": "All site lists, including hidden.", | ||
"image": "/images/content-management-64-blue.png", | ||
"scriptUrl": "https://localhost:8080/dist/actions/spSiteContent/spSiteContent.js" | ||
}, | ||
{ | ||
"title": "Site Custom Actions", | ||
"description": "Create, Update or Delete Site Custom Actions.", | ||
"image": "/images/hammer-nailing-a-nail-in-a-wall-64-blue.png", | ||
"scriptUrl": "https://localhost:8080/dist/actions/spSiteCustomActions/spSiteCustomActions.js" | ||
}, | ||
{ | ||
"title": "Web Custom Actions", | ||
"description": "Create, Update or Delete Web Custom Actions.", | ||
"image": "/images/hammer-nailing-a-nail-in-a-wall-64-blue.png", | ||
"scriptUrl": "https://localhost:8080/dist/actions/spWebCustomActions/spWebCustomActions.js" | ||
}, | ||
{ | ||
"title": "Site/Web Features", | ||
"description": "Activate, Deactivate site and web features.", | ||
"image": "/images/switch-64-blue.png", | ||
"scriptUrl": "https://localhost:8080/dist/actions/spFeatures/spFeatures.js" | ||
} | ||
] | ||
"stylesUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/styles/bundle.css", | ||
"actions": [{ | ||
"title": "Property bags", | ||
"description": "Create, Update or Delete Web Property Bags.", | ||
"image": "/images/sp-bag-64-blue.png", | ||
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/SpPropertyBag/SpPropertyBag.js" | ||
}, | ||
{ | ||
"title": "Site lists", | ||
"description": "All site lists, including hidden.", | ||
"image": "/images/content-management-64-blue.png", | ||
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/SpSiteContent/SpSiteContent.js" | ||
}, | ||
{ | ||
"title": "Site Custom Actions", | ||
"description": "Create, Update or Delete Site Custom Actions.", | ||
"image": "/images/hammer-nailing-a-nail-in-a-wall-64-blue.png", | ||
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/spSiteCustomActions/spSiteCustomActions.js" | ||
}, | ||
{ | ||
"title": "Web Custom Actions", | ||
"description": "Create, Update or Delete Web Custom Actions.", | ||
"image": "/images/hammer-nailing-a-nail-in-a-wall-64-blue.png", | ||
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/spWebCustomActions/spWebCustomActions.js" | ||
}, | ||
{ | ||
"title": "Site/Web Features", | ||
"description": "Activate, Deactivate site and web features.", | ||
"image": "/images/switch-64-blue.png", | ||
"scriptUrl": "https://cdn.rawgit.com/DariuS231/ChromeSPDevTools/7b8047f1405bb37beef9a232e8cc91ca5a6f1e5c/dist/actions/spFeatures/spFeatures.js" | ||
} | ||
] | ||
} |
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