Skip to content

Commit 160f3fa

Browse files
[DSC-1688] Enable AddToAny Plugin
1 parent cebe77d commit 160f3fa

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)