updated extlink

This commit is contained in:
2025-10-09 16:41:20 +02:00
parent 8064aaa6d8
commit 048da51d1c
3 changed files with 21 additions and 10 deletions

16
composer.lock generated
View File

@@ -6818,26 +6818,26 @@
}, },
{ {
"name": "drupal/extlink", "name": "drupal/extlink",
"version": "1.7.0", "version": "2.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/extlink.git", "url": "https://git.drupalcode.org/project/extlink.git",
"reference": "8.x-1.7" "reference": "2.0.5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/extlink-8.x-1.7.zip", "url": "https://ftp.drupal.org/files/projects/extlink-2.0.5.zip",
"reference": "8.x-1.7", "reference": "2.0.5",
"shasum": "38650688b5a58496db59f40b2a7f36c4bedcbfb4" "shasum": "3b2f73f60483ebf6e7f374f7340b19f228386cca"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9 || ^10" "drupal/core": "^10 || ^11"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.7", "version": "2.0.5",
"datestamp": "1665770295", "datestamp": "1757349140",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"

View File

@@ -5,24 +5,35 @@ extlink_use_external_js_file: false
extlink_exclude_admin_routes: false extlink_exclude_admin_routes: false
extlink_target: false extlink_target: false
extlink_target_no_override: false extlink_target_no_override: false
extlink_target_display_default_title: true
extlink_target_default_title_text: '(opens in a new window)'
extlink_title_no_override: false
extlink_nofollow: false extlink_nofollow: false
extlink_noreferrer: false extlink_noreferrer: false
extlink_follow_no_override: false extlink_follow_no_override: false
extlink_subdomains: true extlink_subdomains: true
extlink_alert: false extlink_alert: false
extlink_alert_text: 'This link will take you to an external web site. We are not responsible for their content.' extlink_alert_text: 'This link will take you to an external web site. We are not responsible for their content.'
extlink_additional_link_classes: ''
extlink_additional_mailto_classes: ''
extlink_additional_tel_classes: ''
extlink_exclude: '' extlink_exclude: ''
extlink_include: '' extlink_include: ''
extlink_exclude_noreferrer: ''
extlink_class: ext extlink_class: ext
extlink_label: '(link is external)' extlink_label: '(link is external)'
extlink_img_class: false extlink_img_class: false
extlink_css_exclude: .social-media-links--platforms extlink_css_exclude: .social-media-links--platforms
extlink_css_include: ''
extlink_css_explicit: '' extlink_css_explicit: ''
extlink_mailto_class: mailto extlink_mailto_class: mailto
extlink_mailto_label: '(link sends email)' extlink_mailto_label: '(link sends email)'
extlink_tel_class: ''
extlink_tel_label: '(link is a phone number)'
extlink_use_font_awesome: false extlink_use_font_awesome: false
extlink_font_awesome_classes: extlink_font_awesome_classes:
links: 'fa fa-external-link' links: 'fa fa-external-link'
mailto: 'fa fa-envelope-o' mailto: 'fa fa-envelope-o'
extlink_icon_placement: '0' extlink_icon_placement: '0'
whitelisted_domains: { } extlink_prevent_orphan: false
allowed_domains: { }