Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev to main #843

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions composer.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- media
- path
_core:
default_config_hash: wINAug2reQC4IOHfvtIPGZZKwQch2yp7-uMTl8udqAI
default_config_hash: FN_7OPWqgokIHgMrwLZXn0pfYKRkMW78u-Z6D3rTo9k
id: media.remote_video.default
targetEntityType: media
bundle: remote_video
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- field.field.media.remote_video.field_media_oembed_video
- media.type.remote_video
_core:
default_config_hash: LVbcUoKuQ30hXMjgOy8iBAY_MyUZHGGNy8EN3shu0Eg
default_config_hash: O0TdkPmc3nTDrkrcep7kWKCzCZmGyOtNyB6uWj2G0l0
id: media.remote_video.media_library
targetEntityType: media
bundle: remote_video
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
module:
- media
_core:
default_config_hash: bAXIHAvYIrUpUDe9w9dDlA3cpdnn84JUL30GZ7yjGMM
default_config_hash: dUxoKGWIJDMbtiZW4sgmwLmEVar2De504oi1Bu210n0
id: media.remote_video.default
targetEntityType: media
bundle: remote_video
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
module:
- image
_core:
default_config_hash: 5VOOfSntGl8xH5UJ7yWYN-yYu1aNGZdwKTuhGWEyae0
default_config_hash: pvWt3Oy22dvvswAwQ7QqttbawaKjqN-l7F_4oC_HRgk
id: media.remote_video.media_library
targetEntityType: media
bundle: remote_video
Expand Down
2 changes: 1 addition & 1 deletion conf/cmi/language/fi/media.type.remote_video.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
label: Videoupotus
description: 'Mediatyyppi ulkoisten palveluiden, kuten YouTube tarjoamille videoille.'
description: 'Videoupotus Youtubesta tai Helsinki-kanavalta.'
16 changes: 15 additions & 1 deletion conf/cmi/language/fi/social_media.settings.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
social_media:
facebook_share:
text: 'Jaa Facebook-palvelussa'
api_url: 'http://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'
api_url: 'https://www.linkedin.com/sharing/share-offsite/?url=[current-page:url]'
attributes: "target|_blank\r\nclass|linkedin"
twitter:
text: 'Jaa X-palvelussa'
api_url: 'https://twitter.com/intent/tweet?url=[current-page:url]&status=[current-page:title]+[current-page:url]'
attributes: "target|_blank\r\nclass|twitter"
email:
text: 'Lähetä sivu sähköpostitse'
text: Sähköposti
facebook_msg:
attributes: "target|_blank\r\nclass|facebook-msg\r\nrel|noopener noreferrer"
pinterest:
attributes: "target|_blank\r\nclass|pinterest\r\nrel|noopener noreferrer"
whatsapp:
attributes: "class|whatsapp show-for-small-only\r\ndata-action|share/whatsapp/share"
print:
text: Print
17 changes: 16 additions & 1 deletion conf/cmi/language/sv/social_media.settings.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
social_media:
facebook_share:
text: 'Dela på Facebook'
api_url: 'http://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'
api_url: 'https://www.linkedin.com/sharing/share-offsite/?url=[current-page:url]'
attributes: "target|_blank\r\nclass|linkedin"
twitter:
text: 'Dela på X'
api_url: 'https://twitter.com/intent/tweet?url=[current-page:url]&status=[current-page:title]+[current-page:url]'
attributes: "target|_blank\r\nclass|twitter"
email:
text: 'Skicka via e-post'
text: E-post
facebook_msg:
attributes: "target|_blank\r\nclass|facebook-msg\r\nrel|noopener noreferrer"
pinterest:
text: Pinterest
attributes: "target|_blank\r\nclass|pinterest\r\nrel|noopener noreferrer"
whatsapp:
attributes: "class|whatsapp show-for-small-only\r\ndata-action|share/whatsapp/share"
print:
text: Print
4 changes: 2 additions & 2 deletions conf/cmi/media.type.remote_video.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ third_party_settings:
crop:
image_field: null
_core:
default_config_hash: Oa2agR_t9WunrVJl4JGuv32as0WLOmEEgaGYehqOInE
default_config_hash: UF-QHXTRJj-xxu_veKuafSJNJEu59_YqNURdJlGs9dU
id: remote_video
label: 'Remote video'
label: 'Remote video embed'
description: 'Media type for remote media from external sources.'
source: 'oembed:video'
queue_thumbnail_downloads: false
Expand Down
2 changes: 2 additions & 0 deletions conf/cmi/oembed_providers.provider.icareus_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ uuid: 9906b80a-a46a-4b0a-ad1d-3df0e8865930
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: xqAoab3RpoZ36mhZClLPbQFg4fppDaQIS-spV_33m44
id: icareus_suite
label: 'Icareus Suite'
provider_url: 'https://www.helsinkikanava.fi'
Expand Down
Loading