Skip to content

Commit

Permalink
Remove responsive_preview module
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fritsch committed Jul 11, 2024
1 parent 268df6b commit 22b3286
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 117 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"drupal/paragraphs_paste": "^2.0-beta3",
"drupal/password_policy": "^4.0",
"drupal/pathauto": "^1.11",
"drupal/responsive_preview": "^2.1",
"drupal/redirect": "^1.7",
"drupal/scheduler": "^2.0.2",
"drupal/scheduler_content_moderation_integration": "^2.0",
Expand Down
2 changes: 0 additions & 2 deletions config/install/user.role.editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- media
- node
- path
- responsive_preview
- scheduler
- system
- taxonomy
Expand All @@ -37,7 +36,6 @@ permissions:
- 'access contextual links'
- 'access files overview'
- 'access media overview'
- 'access responsive preview'
- 'access tokens overview'
- 'access toolbar'
- 'administer menu'
Expand Down
2 changes: 0 additions & 2 deletions config/install/user.role.restricted_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dependencies:
- media
- node
- path
- responsive_preview
- scheduler
- system
- taxonomy
Expand All @@ -35,7 +34,6 @@ permissions:
- 'access contextual links'
- 'access files overview'
- 'access media overview'
- 'access responsive preview'
- 'access tokens overview'
- 'access toolbar'
- 'break content lock'
Expand Down
2 changes: 0 additions & 2 deletions config/install/user.role.seo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies:
- node
- path
- redirect
- responsive_preview
- scheduler
- system
- taxonomy
Expand All @@ -40,7 +39,6 @@ permissions:
- 'access contextual links'
- 'access files overview'
- 'access media overview'
- 'access responsive preview'
- 'access tokens overview'
- 'access toolbar'
- 'administer menu'
Expand Down
4 changes: 0 additions & 4 deletions docs/user-guide/feature-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ system that uses tokens which the administrator can change.\
**Redirect**: The Redirect module automatically adds redirects if the URL of an article has been changed.\
[https://www.drupal.org/project/redirect](https://www.drupal.org/project/redirect)

**Responsive Preview**: The Responsive Preview module provides editors with a quick way to preview how their site's
pages will appear at narrow and wide width dimensions on different devices.\
[https://www.drupal.org/project/responsive_preview](https://www.drupal.org/project/responsive_preview)

**Scheduler**: Scheduler gives content editors the ability to schedule nodes to be published and unpublished at
specified dates and times in the future. Dates can be entered either as plain text or with calendar popups.\
[https://www.drupal.org/project/scheduler](https://www.drupal.org/project/scheduler)
Expand Down
1 change: 0 additions & 1 deletion tests/src/Functional/ModuleUninstallTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class ModuleUninstallTest extends ThunderTestBase {
['diff'],
['content_lock'],
['access_unpublished'],
['responsive_preview'],
['length_indicator'],
['redirect'],
['simple_sitemap'],
Expand Down
104 changes: 0 additions & 104 deletions tests/src/FunctionalJavascript/Integration/ResponsivePreviewTest.php

This file was deleted.

1 change: 0 additions & 1 deletion thunder.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ install:
- select2:select2
- simple_sitemap:simple_sitemap
- slick:slick
- responsive_preview:responsive_preview
- update_helper_checklist:update_helper_checklist
- views_bulk_edit:views_bulk_edit
# thunder
Expand Down

0 comments on commit 22b3286

Please sign in to comment.