Skip to content

Commit 604ca76

Browse files
author
Julie Turner
committed
Hide BoxButton and FeaturedContent from catalog
1 parent 7e01035 commit 604ca76

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

solutions/LinksAndHandlebarsTemplate/src/utilities/webpartlogger/usagelogger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class Usage {
3535
}
3636

3737
}
38-
const storageEntity = "myTakedaConfig_PROD";
38+
const storageEntity = "LinksHandlebarsConfig";
3939
const environmentName = "PROD";
4040

4141
export class WebPartLogger {

solutions/LinksAndHandlebarsTemplate/src/webparts/boxButtonWebPart/BoxButtonWebPart.manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"supportedHosts": [
99
"SharePointWebPart"
1010
],
11+
"hiddenFromToolbox": true,
1112
"preconfiguredEntries": [
1213
{
1314
"groupId": "925b8fdb-3c50-4035-b15e-1baf4c15e994",

solutions/LinksAndHandlebarsTemplate/src/webparts/featuredContentWebPart/FeaturedContentWebPart.manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"supportedHosts": [
99
"SharePointWebPart"
1010
],
11+
"hiddenFromToolbox": true,
1112
"preconfiguredEntries": [
1213
{
1314
"groupId": "6e7296cf-4ba1-4c8e-8d21-41fe5f23900b",

0 commit comments

Comments
 (0)