Skip to content

Commit

Permalink
Close #3586 Set lifecycle key in info files of experimental modules. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trackleft authored and joeparsons committed Aug 9, 2024
1 parent f7520fd commit 0c112db
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: 'Import University of Arizona Attributes'
core_version_requirement: ^9 || ^10
type: module
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- az_core:az_core
- migrate:migrate
Expand Down
1 change: 1 addition & 0 deletions modules/custom/az_course/az_course.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: module
description: 'Imports courses from the UAccess schedule of classes service.'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- auto_entitylabel
- field
Expand Down
1 change: 1 addition & 0 deletions modules/custom/az_curated_views/az_curated_views.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: 'Provides functionality to sticky or remove view items.'
core_version_requirement: ^9 || ^10
type: module
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- drupal:views
- draggableviews:draggableviews
1 change: 1 addition & 0 deletions modules/custom/az_demo/az_demo.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: module
description: 'WARNING:Do not enable this on live/production sites, it will alter your homepage, and provide sample content to demonstrate various features of the AZ Quickstart distribution.'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- az_custom_menu_block
- az_core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: module
description: 'The connector for the centralized University of Arizona Digital Asset Library (IntelligenceBank DAM).'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- ib_dam:ib_dam
- ib_dam:ib_dam_media
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Import events from <a href="https://trellis.arizona.edu/solutions/events-management">Trellis Events</a>, the official University of Arizona events management tool.'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'

lifecycle: experimental
php: 8.0

dependencies:
Expand Down
1 change: 1 addition & 0 deletions modules/custom/az_finder/az_finder.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: module
description: 'A collection of plugins for building finder style views on Quickstart sites.'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- better_exposed_filters:better_exposed_filters
configure: az_finder.settings
1 change: 1 addition & 0 deletions modules/custom/az_http/az_http.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ type: module
description: 'Provides a cache-friendly HTTP service for dedicated API Requests'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- az_core
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: 'Makes Quickstart News and Events available in a raw HTML format de
core_version_requirement: ^9 || ^10
type: module
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- az_news
- az_event
1 change: 1 addition & 0 deletions modules/custom/az_migration/az_migration.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: 'Provides migrations for the site.'
core_version_requirement: ^9 || ^10
type: module
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- drupal:migrate
- drupal:migrate_plus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: module
description: 'Provides a REST export for the Quickstart News content type.'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- 'az_core:az_core'
- 'az_news:az_news'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Import news stories from UArizona News.'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'

lifecycle: experimental
dependencies:
- az_core
- az_news
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 'Quickstart Paragraphs - Link Group'
type: module
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
description: 'Provides structured content for a group of links, which come with a handful of style options.'
dependencies:
- field
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Quickstart Paragraphs - Views Side-by-Side'
type: module
package: 'The University of Arizona - Experimental'
lifecycle: experimental
description: 'Provides a paragraph type to show two views side-by-side on desktop screens.'
core_version_requirement: ^9 || ^10
dependencies:
Expand Down
1 change: 1 addition & 0 deletions modules/custom/az_publication/az_publication.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: 'Provides Publication content type'
core_version_requirement: ^9 || ^10
type: module
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- 'auto_entitylabel:auto_entitylabel'
- 'az_core:az_core'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: module
description: 'Allows BibTeX import of publications'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- 'az_core:az_core'
- 'az_publication:az_publication'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: module
description: 'Allows DOI import of publications'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- 'az_core:az_core'
- 'az_publication:az_publication'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: module
description: 'Allows import of publications'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
lifecycle: experimental
dependencies:
- 'az_core:az_core'
- 'az_publication:az_publication'
Expand Down

0 comments on commit 0c112db

Please sign in to comment.