Skip to content

Commit 69da781

Browse files
alisaismailatiFrancescoMolinaro
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-1688 (pull request DSpace#1710)
[DSC-1688] Enable AddToAny Plugin Approved-by: Francesco Molinaro
2 parents cebe77d + 160f3fa commit 69da781

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/config/default-app-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ export class DefaultAppConfig implements AppConfig {
687687

688688
addToAnyPlugin: AddToAnyPluginConfig = {
689689
scriptUrl: 'https://static.addtoany.com/menu/page.js',
690-
socialNetworksEnabled: false,
690+
socialNetworksEnabled: true,
691691
buttons: ['facebook', 'x', 'linkedin', 'email', 'copy_link'],
692692
showPlusButton: true,
693693
showCounters: true,

src/environments/environment.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export const environment: BuildConfig = {
472472
},
473473
addToAnyPlugin: {
474474
scriptUrl: 'https://static.addtoany.com/menu/page.js',
475-
socialNetworksEnabled: false,
475+
socialNetworksEnabled: true,
476476
buttons: ['btn1', 'btn2'],
477477
showPlusButton: true,
478478
showCounters: true,

0 commit comments

Comments
 (0)