Skip to content

Commit

Permalink
reverted extlink update
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 13, 2024
1 parent 5e92257 commit e9f934c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"drupal/element_class_formatter": "^2.0@beta",
"drupal/encrypt": "^3.0",
"drupal/environment_indicator": "^4.0",
"drupal/extlink": "^2.0",
"drupal/extlink": "^1.3",
"drupal/fast_404_generator": "^1.0",
"drupal/field_encrypt": "^3.0",
"drupal/field_formatter_class": "^1.5",
Expand Down
7 changes: 0 additions & 7 deletions config/sync/extlink.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,15 @@ extlink_follow_no_override: false
extlink_subdomains: 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_additional_link_classes: ''
extlink_additional_mailto_classes: ''
extlink_additional_tel_classes: ''
extlink_exclude: ''
extlink_include: ''
extlink_exclude_noreferrer: ''
extlink_class: 'su-link su-link--external'
extlink_label: ' (link is external)'
extlink_img_class: false
extlink_css_exclude: '.localist-widget, #lclst_widget_footer, .oembed-lazyload__button'
extlink_css_include: ''
extlink_css_explicit: '#page-content, .su-local-footer'
extlink_mailto_class: mailto
extlink_mailto_label: ' (link sends email)'
extlink_tel_class: ''
extlink_tel_label: '(link is a phone number)'
extlink_use_font_awesome: false
extlink_font_awesome_classes:
links: 'fa fa-external-link'
Expand Down

0 comments on commit e9f934c

Please sign in to comment.