FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 38f033e5 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

add auto_entityqueue settings for carousel entityqueue

Ensures that newly created carousel item nodes are added to the
entityqueue by default.
parent fc76beee
No related branches found
No related tags found
No related merge requests found
Pipeline #572998 passed
......@@ -9,6 +9,7 @@
}
],
"require": {
"drupal/auto_entityqueue": "^3.0",
"drupal/entityqueue": "^1.8",
"drupal/focal_point": "^2.0",
"drupal/views_slideshow": "^5.0",
......
......@@ -2,6 +2,7 @@ langcode: en
status: true
dependencies:
module:
- auto_entityqueue
- entityqueue
- node
id: front_page_carousel
......@@ -19,6 +20,9 @@ entity_settings:
direction: ASC
auto_create: false
auto_create_bundle: ''
auto_entityqueue:
auto_add: 1
insert_front: 0
queue_settings:
min_size: 0
max_size: 0
......
......@@ -4,6 +4,7 @@ description: Settings for Drupal Project Light
core_version_requirement: ^9 || ^10
version: 1.0.0-dev
dependencies:
- auto_entityqueue:auto_entityqueue
- config_merger:config_merger
- entityqueue:entityqueue
- focal_point:focal_point
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment