Skip to content

Commit

Permalink
Merge pull request #227 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
khalima authored Apr 3, 2023
2 parents 013bc8f + 012d3b1 commit af77603
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 59 deletions.
73 changes: 35 additions & 38 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/field.field.node.page.field_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ settings:
content_liftup: content_liftup
banner: banner
event_list: event_list
news_list: news_list
from_library: from_library
phasing: phasing
chart: chart
remote_video: remote_video
map: map
news_list: news_list
negate: 0
target_bundles_drag_drop:
accordion:
Expand Down
38 changes: 19 additions & 19 deletions conf/cmi/social_media.settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
_core:
default_config_hash: dfTa2HkSKvNWB_DYT7sVaiv7lztYl_vQaZyE9901WpE
langcode: en
social_media:
facebook_share:
enable: 1
Expand All @@ -10,46 +11,46 @@ social_media:
weight: 1
attributes: "target|_blank\r\nclass|facebook-share"
drupalSettings: ''
img: facebook
library: ''
img: facebook
facebook_msg:
enable: 0
text: 'Facebook messenger'
api_url: 'FB.ui({method: ''send'',link: ''[current-page:url]''})'
api_event: onclick
drupalSettings: 'application_id|Your Application ID'
library: social_media/facebook
text: 'Facebook messenger'
default_img: 1
weight: 2
attributes: "target|_blank\r\nclass|facebook-msg\r\nrel|noopener noreferrer"
drupalSettings: 'application_id|Your Application ID'
library: social_media/facebook
img: ''
linkedin:
enable: 1
text: 'Share in Linkedin'
api_url: 'http://www.linkedin.com/shareArticle?mini=true&url=[current-page:url]&title=[current-page:title]&source=[current-page:url]'
api_event: href
text: 'Share in Linkedin'
default_img: 0
weight: '3'
weight: 3
attributes: "target|_blank\r\nclass|linkedin"
drupalSettings: ''
img: linkedin
library: ''
img: linkedin
twitter:
enable: 1
text: 'Share in Twitter'
api_url: 'https://twitter.com/intent/tweet?url=[current-page:url]&status=[current-page:title]+[current-page:url]'
api_event: href
text: 'Share in Twitter'
default_img: 0
weight: 3
attributes: "target|_blank\r\nclass|twitter"
drupalSettings: ''
img: twitter
library: ''
img: twitter
pinterest:
enable: 0
text: Pinterest
api_url: 'https://www.pinterest.com/pin/create/button/?url=[current-page:url]&description=[current-page:title]'
api_event: href
text: Pinterest
default_img: 1
weight: 5
attributes: "target|_blank\r\nclass|pinterest\r\nrel|noopener noreferrer"
Expand All @@ -58,37 +59,36 @@ social_media:
img: ''
whatsapp:
enable: 0
text: ''
api_url: 'https://wa.me/?text=[current-page:url]'
api_event: href
default_img: 1
attributes: "class|whatsapp show-for-small-only\r\ndata-action|share/whatsapp/share"
weight: 6
attributes: "class|whatsapp show-for-small-only\r\ndata-action|share/whatsapp/share"
drupalSettings: ''
library: ''
text: ''
img: ''
email:
enable: 1
text: 'Send as an email'
api_url: 'mailto:?subject=[current-page:title]&body=Check out this site [current-page:url]'
api_event: href
text: 'Send as an email'
default_img: 0
weight: 7
attributes: class|email
drupalSettings: ''
enable_forward: 0
img: email
library: ''
show_forward: '1'
img: email
enable_forward: 0
show_forward: 1
print:
enable: 0
text: Print
api_url: window.print()
api_event: onclick
text: Print
default_img: 1
attributes: class|print
weight: 8
attributes: class|print
drupalSettings: ''
library: ''
img: ''
langcode: en
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- internal
db:
container_name: "${COMPOSE_PROJECT_NAME}-db"
image: druidfi/mariadb:10.9-drupal
image: druidfi/mariadb:10.11-drupal
environment:
MARIADB_AUTO_UPGRADE: "1"
MARIADB_INITDB_SKIP_TZINFO: "1"
Expand Down

0 comments on commit af77603

Please sign in to comment.