Skip to content
Closed
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
3 changes: 3 additions & 0 deletions localgov_paragraphs.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ core_version_requirement: ^10.2 || ^11

dependencies:
# Drupal
- drupal:filter
- drupal:field
- drupal:link
- drupal:media
- drupal:options
- drupal:taxonomy
- drupal:telephone
Expand All @@ -25,5 +27,6 @@ dependencies:
- paragraphs:paragraphs
- paragraphs:paragraphs_library
# LocalGovDrupal
- localgov_core:localgov_core
- localgov_core:localgov_media
- localgov_topics:localgov_topics
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ core_version_requirement: ^10 || ^11
dependencies:
# Drupal core modules.
- drupal:link
- drupal:media
- drupal:node
- drupal:options
- drupal:responsive_image
Expand All @@ -15,4 +16,5 @@ dependencies:
- fontawesome:fontawesome
- paragraphs:paragraphs
# LocalGov Drupal modules.
- localgov_core:localgov_core
- localgov_core:localgov_media
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ type: module
package: LocalGov Drupal

dependencies:
- drupal:filter
- drupal:media
- drupal:options
- paragraphs:paragraphs
Expand Down
4 changes: 4 additions & 0 deletions tests/src/Functional/ContactEditTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ class ContactEditTest extends BrowserTestBase {
* @var array
*/
protected static $modules = [
'filter',
'media',
'localgov_core',
'localgov_media',
'localgov_paragraphs',
'paragraphs_library',
];
Expand Down
4 changes: 4 additions & 0 deletions tests/src/Functional/ParagraphsAdministrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ class ParagraphsAdministrationTest extends ParagraphsTestBase {
* @var array
*/
protected static $modules = [
'filter',
'media',
'localgov_core',
'localgov_media',
'localgov_paragraphs',
];

Expand Down
Loading