add auto_entityqueue settings for carousel entityqueue
Ensures that newly created carousel item nodes are added to the entityqueue by default.
... | ... | @@ -9,6 +9,7 @@ |
} | ||
], | ||
"require": { | ||
"drupal/auto_entityqueue": "^3.0", | ||
"drupal/entityqueue": "^1.8", | ||
"drupal/focal_point": "^2.0", | ||
"drupal/views_slideshow": "^5.0", | ||
... | ... |
Please register or sign in to comment