Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-platta-automation authored and github-actions[bot] committed Dec 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a59736d commit 2c1664b
Showing 5 changed files with 77 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .platform/schema
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
11
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@
"require": {
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.6.7",
"dg/bypass-finals": "^1.5",
"drupal/core": "^10.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/hdbt": "^6.0",
97 changes: 73 additions & 24 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion conf/cmi/language/fi/social_media.settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
social_media:
facebook_share:
text: 'Jaa Facebook-palvelussa'
api_url: 'http://www.facebook.com/share.php?u=[current-page:url]&title=[current-page:title]'
api_url: 'https://www.facebook.com/share.php?u=[current-page:url]&title=[current-page:title]'
attributes: "target|_blank\r\nclass|facebook-share"
linkedin:
text: 'Jaa LinkedIn-palvelussa'
2 changes: 1 addition & 1 deletion conf/cmi/language/sv/social_media.settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
social_media:
facebook_share:
text: 'Dela på Facebook'
api_url: 'http://www.facebook.com/share.php?u=[current-page:url]&title=[current-page:title]'
api_url: 'https://www.facebook.com/share.php?u=[current-page:url]&title=[current-page:title]'
attributes: "target|_blank\r\nclass|facebook-share"
linkedin:
text: 'Dela på Linkedin'

0 comments on commit 2c1664b

Please sign in to comment.