Skip to content

Commit 98719a5

Browse files
Merge pull request #99 from rosiel/drupal10
Drupal 10 Compatibility
2 parents 4fc7177 + d7bed91 commit 98719a5

File tree

2 files changed

+17
-18
lines changed

2 files changed

+17
-18
lines changed

controlled_access_terms.info.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: 'Controlled Access Terms'
22
type: module
33
description: 'Provides topic, geographic, person, family, and corporate body entites as well as an authorities link field.'
4-
core_version_requirement: ^9
4+
core_version_requirement: ^9 || ^10
55
package: 'Controlled Access Terms'
66

77
dependencies:
8-
- geolocation
9-
- token
8+
- geolocation:geolocation
9+
- token:token
Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
name: 'Controlled Access Terms Defaults'
22
description: 'Install content types for geographic location, corporate body, family, person and subject along with default form configuration and RDF mapping.'
33
type: module
4-
core: 8.x
5-
core_version_requirement: ^8 || ^9
4+
core_version_requirement: ^9 || ^10
65
dependencies:
7-
- content_translation
8-
- controlled_access_terms
9-
- field
10-
- geolocation
11-
- language
12-
- menu_ui
13-
- node
14-
- options
15-
- path
16-
- rdf
17-
- taxonomy
18-
- text
19-
- user
6+
- controlled_access_terms:controlled_access_terms
7+
- drupal:content_translation
8+
- drupal:field
9+
- drupal:language
10+
- drupal:menu_ui
11+
- drupal:node
12+
- drupal:options
13+
- drupal:path
14+
- drupal:taxonomy
15+
- drupal:text
16+
- drupal:user
17+
- geolocation:geolocation
18+
- rdf:rdf
2019
package: 'Controlled Access Terms'

0 commit comments

Comments
 (0)