diff --git a/composer.json b/composer.json index a871c6aab..5e935b5b7 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,6 @@ "drupal/admin_toolbar": "^3.4", "drupal/autofill": "^1.1", "drupal/autosave_form": "^1.2", - "drupal/blazy": "^2.14", "drupal/checklistapi": "^2.1", "drupal/core-recommended": "~10.3.0@rc", "drupal/config_selector": "^2.1", @@ -98,7 +97,6 @@ "drupal/select2": "^1.7", "drupal/search_api_mark_outdated": "^1.0", "drupal/simple_sitemap": "^4.1.6", - "drupal/slick": "^2.7", "drupal/token": "^1.7", "drupal/update_helper": "^2.0||^3.0.3||^4.0", "drupal/search_api": "^1.29", @@ -108,7 +106,6 @@ "drupal/xymatic": "^1.0@beta", "npm-asset/dropzone": "^5.5.1", "npm-asset/exif-js": "^2.3.0", - "npm-asset/blazy": "^1.8", "npm-asset/slick-carousel": "^1.8", "npm-asset/select2": "^4.0.7", "caxy/php-htmldiff": "^0.1.14", diff --git a/config/install/filter.format.basic_html.yml b/config/install/filter.format.basic_html.yml index f19ae33a2..263720045 100644 --- a/config/install/filter.format.basic_html.yml +++ b/config/install/filter.format.basic_html.yml @@ -2,29 +2,12 @@ langcode: en status: true dependencies: module: - - blazy - editor - linkit - - slick name: 'Basic HTML' format: basic_html weight: 0 filters: - blazy_filter: - id: blazy_filter - provider: blazy - status: false - weight: 3 - settings: - media_switch: '' - hybrid_style: '' - box_style: '' - box_media_style: '' - box_caption: '' - filter_tags: - img: img - iframe: iframe - use_data_uri: '0' editor_file_reference: id: editor_file_reference provider: editor @@ -71,47 +54,3 @@ filters: weight: 0 settings: title: true - slick_filter: - id: slick_filter - provider: slick - status: false - weight: 4 - settings: - caption: - alt: '0' - title: '0' - optionset: default - layout: '' - background: false - box_caption: '' - box_caption_custom: '' - box_media_style: '' - loading: '' - responsive_image_style: '' - box_style: '' - image_style: '' - media_switch: '' - ratio: '' - thumbnail_style: '' - grid: '' - grid_medium: '' - grid_small: '' - style: '' - skin: '' - overridables: - arrows: '0' - autoplay: '0' - dots: '0' - draggable: '0' - infinite: '0' - mouseWheel: '0' - randomize: '0' - variableWidth: '0' - optionset_thumbnail: '' - skin_thumbnail: '' - thumbnail_caption: '' - thumbnail_effect: '' - thumbnail_position: '' - override: false - preserve_keys: false - visible_items: null diff --git a/config/install/filter.format.full_html.yml b/config/install/filter.format.full_html.yml index 97add11da..50f367d35 100644 --- a/config/install/filter.format.full_html.yml +++ b/config/install/filter.format.full_html.yml @@ -2,29 +2,12 @@ langcode: en status: true dependencies: module: - - blazy - - editor - - linkit - - slick + 1: editor + 2: linkit name: 'Full HTML' format: full_html weight: 2 filters: - blazy_filter: - id: blazy_filter - provider: blazy - status: false - weight: 3 - settings: - media_switch: '' - hybrid_style: '' - box_style: '' - box_media_style: '' - box_caption: '' - filter_tags: - img: img - iframe: iframe - use_data_uri: '0' editor_file_reference: id: editor_file_reference provider: editor @@ -71,47 +54,3 @@ filters: weight: 0 settings: title: true - slick_filter: - id: slick_filter - provider: slick - status: false - weight: 4 - settings: - caption: - alt: '0' - title: '0' - optionset: default - layout: '' - background: false - box_caption: '' - box_caption_custom: '' - box_media_style: '' - loading: '' - responsive_image_style: '' - box_style: '' - image_style: '' - media_switch: '' - ratio: '' - thumbnail_style: '' - grid: '' - grid_medium: '' - grid_small: '' - style: '' - skin: '' - overridables: - arrows: '0' - autoplay: '0' - dots: '0' - draggable: '0' - infinite: '0' - mouseWheel: '0' - randomize: '0' - variableWidth: '0' - optionset_thumbnail: '' - skin_thumbnail: '' - thumbnail_caption: '' - thumbnail_effect: '' - thumbnail_position: '' - override: false - preserve_keys: false - visible_items: null diff --git a/config/install/filter.format.restricted_html.yml b/config/install/filter.format.restricted_html.yml index 8aff2a2ac..2772061b2 100644 --- a/config/install/filter.format.restricted_html.yml +++ b/config/install/filter.format.restricted_html.yml @@ -1,28 +1,10 @@ langcode: en status: true -dependencies: - module: - - blazy - - slick +dependencies: { } name: 'Restricted HTML' format: restricted_html weight: 1 filters: - blazy_filter: - id: blazy_filter - provider: blazy - status: false - weight: 3 - settings: - media_switch: '' - hybrid_style: '' - box_style: '' - box_media_style: '' - box_caption: '' - filter_tags: - img: img - iframe: iframe - use_data_uri: '0' filter_autop: id: filter_autop provider: filter @@ -45,47 +27,3 @@ filters: weight: 0 settings: filter_url_length: 72 - slick_filter: - id: slick_filter - provider: slick - status: false - weight: 4 - settings: - caption: - alt: '0' - title: '0' - optionset: default - layout: '' - background: false - box_caption: '' - box_caption_custom: '' - box_media_style: '' - loading: '' - responsive_image_style: '' - box_style: '' - image_style: '' - media_switch: '' - ratio: '' - thumbnail_style: '' - grid: '' - grid_medium: '' - grid_small: '' - style: '' - skin: '' - overridables: - arrows: '0' - autoplay: '0' - dots: '0' - draggable: '0' - infinite: '0' - mouseWheel: '0' - randomize: '0' - variableWidth: '0' - optionset_thumbnail: '' - skin_thumbnail: '' - thumbnail_caption: '' - thumbnail_effect: '' - thumbnail_position: '' - override: false - preserve_keys: false - visible_items: null diff --git a/config/optional/core.entity_view_display.media.gallery.default.yml b/config/optional/core.entity_view_display.media.gallery.default.yml index 475dd765b..cd80797ee 100644 --- a/config/optional/core.entity_view_display.media.gallery.default.yml +++ b/config/optional/core.entity_view_display.media.gallery.default.yml @@ -3,98 +3,24 @@ status: true dependencies: config: - field.field.media.gallery.field_media_images - - image.style.gallery - media.type.gallery module: - empty_fields - - slick id: media.gallery.default targetEntityType: media bundle: gallery mode: default content: field_media_images: - type: slick_media + type: entity_reference_entity_view label: hidden settings: - caption: - field_copyright: field_copyright - field_description: '0' - field_expires: '0' - field_image: '0' - field_tags: '0' - optionset: thunder_gallery - class: '' - id: '' - image: '' - link: '' - overlay: '' - title: field_description - vanilla: true - layout: below - view_mode: slick - cache: 0 - skin: classic - style: '' - background: false - box_caption: '' - box_caption_custom: '' - box_media_style: '' - responsive_image_style: '' - box_style: '' - image_style: gallery - media_switch: '' - ratio: '' - thumbnail_style: '' - grid: '0' - grid_medium: '0' - grid_small: '0' - breakpoints: - xs: - width: '' - image_style: '' - sm: - width: '' - image_style: '' - md: - width: '' - image_style: '' - lg: - width: '' - image_style: '' - xl: - width: '' - image_style: '' - current_view_mode: default - fx: '' - icon: '' - sizes: '' - grid_header: '' - overridables: - arrows: '0' - autoplay: '0' - dots: '0' - draggable: '0' - infinite: '0' - mouseWheel: '0' - randomize: '0' - variableWidth: '0' - thumbnail: '' - optionset_thumbnail: '' - skin_thumbnail: '' - thumbnail_caption: '' - thumbnail_effect: '' - thumbnail_position: '' - override: false - skin_arrows: '' - skin_dots: '' - use_theme_field: false - preserve_keys: false - visible_items: 0 + view_mode: default + link: false third_party_settings: empty_fields: handler: '' - weight: 0 + weight: 1 region: content hidden: created: true diff --git a/config/optional/core.entity_view_display.media.image.default.yml b/config/optional/core.entity_view_display.media.image.default.yml index 6258980ea..ae9349d6d 100644 --- a/config/optional/core.entity_view_display.media.image.default.yml +++ b/config/optional/core.entity_view_display.media.image.default.yml @@ -11,8 +11,8 @@ dependencies: - image.style.media_image - media.type.image module: - - blazy - empty_fields + - image id: media.image.default targetEntityType: media bundle: image @@ -27,33 +27,13 @@ content: weight: 1 region: content field_image: - type: blazy + type: image label: hidden settings: - caption: - title: '0' - alt: '0' - layout: '' - view_mode: '' - cache: 0 - skin: '' - lazy: '' - style: '' - background: false - box_caption: '' - box_caption_custom: '' - box_media_style: '' - loading: '' - preload: false - responsive_image_style: '' - box_style: '' + image_link: '' image_style: media_image - media_switch: '' - ratio: '' - thumbnail_style: '' - grid: '' - grid_medium: '' - grid_small: '' + image_loading: + attribute: lazy third_party_settings: empty_fields: handler: '' diff --git a/config/optional/core.entity_view_display.media.image.slick.yml b/config/optional/core.entity_view_display.media.image.slick.yml deleted file mode 100644 index 17189fdba..000000000 --- a/config/optional/core.entity_view_display.media.image.slick.yml +++ /dev/null @@ -1,94 +0,0 @@ -langcode: en -status: true -dependencies: - config: - - core.entity_view_mode.media.slick - - field.field.media.image.field_copyright - - field.field.media.image.field_description - - field.field.media.image.field_expires - - field.field.media.image.field_image - - field.field.media.image.field_source - - field.field.media.image.field_tags - - image.style.media_image - - media.type.image - module: - - blazy - - empty_fields -id: media.image.slick -targetEntityType: media -bundle: image -mode: slick -content: - field_copyright: - type: string - label: hidden - settings: - link_to_entity: false - third_party_settings: { } - weight: 1 - region: content - field_image: - type: blazy - label: hidden - settings: - caption: - title: '0' - alt: '0' - layout: '' - view_mode: '' - cache: 0 - skin: '' - style: '' - background: false - box_caption: '' - box_caption_custom: '' - box_media_style: '' - responsive_image_style: '' - box_style: '' - image_style: media_image - media_switch: '' - ratio: '' - thumbnail_style: '' - grid: '0' - grid_medium: '0' - grid_small: '0' - breakpoints: - xs: - width: '' - image_style: '' - sm: - width: '' - image_style: '' - md: - width: '' - image_style: '' - lg: - width: '' - image_style: '' - xl: - width: '' - image_style: '' - current_view_mode: slick - fx: '' - icon: '' - sizes: '' - grid_header: '' - third_party_settings: - empty_fields: - handler: '' - weight: 0 - region: content -hidden: - created: true - field_brands: true - field_channel: true - field_description: true - field_events: true - field_expires: true - field_people: true - field_source: true - field_tags: true - langcode: true - name: true - thumbnail: true - uid: true diff --git a/config/optional/image.style.media_image_tablet.yml b/config/optional/image.style.media_image_tablet.yml index c2d4b7d65..62b315850 100644 --- a/config/optional/image.style.media_image_tablet.yml +++ b/config/optional/image.style.media_image_tablet.yml @@ -19,4 +19,4 @@ effects: id: image_convert weight: 2 data: - extension: webp \ No newline at end of file + extension: webp diff --git a/config/optional/slick.optionset.thunder_gallery.yml b/config/optional/slick.optionset.thunder_gallery.yml deleted file mode 100644 index f1ab43240..000000000 --- a/config/optional/slick.optionset.thunder_gallery.yml +++ /dev/null @@ -1,75 +0,0 @@ -langcode: en -status: false -dependencies: - enforced: - module: - - slick -id: thunder_gallery -name: thunder_gallery -weight: -10 -label: 'Thunder Gallery' -group: '' -skin: default -breakpoints: 0 -optimized: false -options: - options__active_tab: edit-options-settings - settings: - mobileFirst: false - asNavFor: '' - accessibility: true - regionLabel: carousel - useGroupRole: true - instructionsText: '' - adaptiveHeight: false - autoplay: false - useAutoplayToggleButton: true - pauseIcon: slick-pause-icon - playIcon: slick-play-icon - pauseOnHover: true - pauseOnDotsHover: false - pauseOnFocus: true - autoplaySpeed: 3000 - arrows: true - prevArrow: Previous - nextArrow: Next - arrowsPlacement: '' - downArrow: false - downArrowTarget: '' - downArrowOffset: 0 - centerMode: true - centerPadding: 0px - dots: false - dotsClass: slick-dots - appendDots: $(element) - draggable: true - fade: false - focusOnSelect: false - infinite: true - initialSlide: 0 - lazyLoad: blazy - mouseWheel: false - randomize: false - respondTo: window - rtl: false - rows: 1 - slidesPerRow: 1 - slide: '' - slidesToShow: 1 - slidesToScroll: 1 - speed: 500 - swipe: true - swipeToSlide: false - edgeFriction: 0.35 - touchMove: true - touchThreshold: 5 - useCSS: true - cssEase: ease - cssEaseBezier: '' - cssEaseOverride: '' - useTransform: true - easing: linear - variableWidth: false - vertical: false - verticalSwiping: false - waitForAnimate: true diff --git a/docs/user-guide/feature-overview.md b/docs/user-guide/feature-overview.md index c3a706408..6e3ee4f5c 100644 --- a/docs/user-guide/feature-overview.md +++ b/docs/user-guide/feature-overview.md @@ -46,10 +46,6 @@ all administration pages.\ Once your field input was customized the autofill functionality will be detached.\ [https://www.drupal.org/project/autofill](https://www.drupal.org/project/autofill) -**Blazy**: Lazy load and multi-serve images to save bandwidth and server requests. The user will have faster load times -and save data usage if they don't browse the whole page. A friend of mobile devices.\ -[https://www.drupal.org/project/blazy](https://www.drupal.org/project/blazy) - **Content Lock**: When a user is editing a node, any other user that attempts to edit the same node will be blocked from doing so, and notified that the content is already being edited.\ [https://www.drupal.org/project/content_lock](https://www.drupal.org/project/content_lock) @@ -145,9 +141,6 @@ and usability. Sitemaps generated by this module adhere to the new Google standa creating hreflang sitemaps and image sitemaps.\ [https://www.drupal.org/project/simple_sitemap](https://www.drupal.org/project/simple_sitemap) -**Slick**: Slick is a powerful and performant slideshow/carousel solution.\ -[https://www.drupal.org/project/slick](https://www.drupal.org/project/slick) - **Token**: Provides additional tokens not supported by core (most notably fields), as well as a UI for browsing tokens.\ [https://www.drupal.org/project/token](https://www.drupal.org/project/token)