-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Christian Fritsch <[email protected]>
- Loading branch information
1 parent
080a7cc
commit a4c03be
Showing
18 changed files
with
29 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: DC-X integration | ||
type: module | ||
description: 'Integration of DC-X digital asset management.' | ||
core_version_requirement: ^8.7.7 || ^9 | ||
core_version_requirement: ^8.7.7 || ^9 || ^10 | ||
package: dcx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: DC-X Collections | ||
type: module | ||
description: Integrates DC-X collections to entity browser | ||
core_version_requirement: ^8.7.7 || ^9 | ||
core_version_requirement: ^8.7.7 || ^9 || ^10 | ||
package: Custom | ||
dependencies: | ||
- dcx_integration:dcx_migration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: DC-X Dropzone UI | ||
type: module | ||
description: 'Dropzone Element for DCX DnD' | ||
core_version_requirement: ^8 || ^9 | ||
core_version_requirement: ^8.7.7 || ^9 || ^10 | ||
package: dcx | ||
dependencies: | ||
- dcx_integration:dcx_migration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: DC-X media image clone | ||
type: module | ||
description: Allow cloning media image entities and keep track of the clones regarding DC-X. | ||
core_version_requirement: ^8.7.7 || ^9 | ||
core_version_requirement: ^8.7.7 || ^9 || ^10 | ||
package: dcx | ||
dependencies: | ||
- dcx_integration:dcx_migration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: DC-X notification | ||
type: module | ||
description: Provides a notification callback to be triggered by DC-X on change of relevant documents. | ||
core_version_requirement: ^8.7.7 || ^9 | ||
core_version_requirement: ^8.7.7 || ^9 || ^10 | ||
package: dcx | ||
dependencies: | ||
- dcx_integration:dcx_migration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: DC-X Track Media Usage | ||
type: module | ||
description: Provides usage tracking of DC-X media an nodes | ||
core_version_requirement: ^8.7.7 || ^9 | ||
core_version_requirement: ^8.7.7 || ^9 || ^10 | ||
package: dcx | ||
dependencies: | ||
- dcx_integration:dcx_integration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: DC-X Unpublish Media | ||
type: module | ||
description: 'Handels the behavior if a media is unpublished' | ||
core_version_requirement: ^8 || ^9 | ||
core_version_requirement: ^8.7.7 || ^9 || ^10 | ||
package: dcx | ||
dependencies: | ||
- drupal:media (>= 8.4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ class DcxJsonClientIntegrationTest extends KernelTestBase { | |
/** | ||
* {@inheritdoc} | ||
*/ | ||
public function setUp() { | ||
public function setUp(): void { | ||
parent::setUp(); | ||
|
||
$siteSettings = ['mail' => '[email protected]', 'name' => 'Integration Test']; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters