Varbase 8.6.3
varbase_heroslider_media/varbase_heroslider_media.info.yml
name: 'Media Hero Slider'
description: 'This app will populate the universal implementation of a "Hero Slider" to be used on the homepage in most cases. A rich hero slider that allows you to display video and/or image slides.'
type: module
package: Varbase
version: 8.x-6.x-dev
core: 8.x
project: varbase_heroslider_media
dependencies:
- varbase_media:varbase_media
- slick:slick
- slick_views:slick_views
install:
- link
- menu_ui
- entityqueue
- rh_node
- field_group
Varbase 8.6.3
varbase_heroslider_media/composer.json
"require": {
"composer/installers": "~1.0",
"oomphinc/composer-installers-extender": "~1.0",
"cweagans/composer-patches": "~1.0",
"drupal/drupal-library-installer-plugin": "^0.3",
"drupal/varbase_media": "~6.0",
"drupal/entityqueue": "~1.0",
"drupal/rabbit_hole": "~1.0",
"drupal/field_group": "~3.0"
},
To test with Varbase Meida Hero Slider you could
composer create-project drupal-composer/drupal-project:8.x-dev some-dir --stability dev --no-interaction
and then change the composer file as follows:
{
"name": "drupal-composer/drupal-project",
"description": "Project template for Drupal 8 projects with composer",
"type": "project",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "",
"role": ""
}
],
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
},
"assets": {
"type": "composer",
"url": "https://asset-packagist.org"
}
},
"require": {
"composer/installers": "~1.0",
"cweagans/composer-patches": "~1.0",
"drupal-composer/drupal-scaffold": "~2.0",
"drupal/console": "~1.0",
"drupal/core": "~8.6.0",
"drush/drush": "~9",
"vlucas/phpdotenv": "~2.0",
"webflo/drupal-finder": "~1.0",
"webmozart/path-util": "~2.0",
"drupal/varbase_media": "~6.0",
"drupal/varbase_heroslider_media": "~6.0",
"drupal/image_resize_filter": "1.x-dev#c3f4b23b02005859092aaff746b9f21b794adc58",
"drupal/entity_clone": "1.x-dev#6d0ce053605e9aaf8412927a9b0ea8da7a9a06e5",
"drupal/tour_builder": "1.x-dev#d70e898949b7ec4095efb391a0dbec56d0117558",
"drupal/l10n_client": "1.x-dev#9bf8d597732870bdca301512c71b6e5d74d48db2",
"drupal/node_edit_protection": "1.x-dev#902339c08222f838030c07aaea23bdc51ababebd",
"drupal/security_review": "1.x-dev#35ebae445bb260e961e47c4c58efe7c50c228999",
"drupal/menu_position": "1.x-dev#d134276b4bbd08b3c9678943d0225fbef7dd05b5",
"drupal/mail_edit": "1.x-dev#bcd0041830d8581b36e6211f0c8eabd8caf9652b",
"drupal/google_analytics_reports": "3.x-dev#2b6bb8efbc7f61ce3c1225638075aa6037b8db44",
"drupal/login_destination": "1.x-dev#54be8b89fdc073ca40af6b9b2eeb050e0aeb7908"
},
"require-dev": {
"webflo/drupal-core-require-dev": "^8.6.0"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"autoload": {
"classmap": [
"scripts/composer/ScriptHandler.php"
],
"files": ["load.environment.php"]
},
"scripts": {
"pre-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"pre-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
],
"post-install-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
],
"post-update-cmd": [
"DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
]
},
"extra": {
"patchLevel": {
"drupal/core": "-p2"
},
"installer-types": [
"bower-asset",
"npm-asset"
],
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/slick": ["npm-asset/slick-carousel"],
"web/libraries/ace": ["npm-asset/ace-builds"],
"web/libraries/{$name}": [
"type:drupal-library",
"type:bower-asset",
"type:npm-asset"
],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/Commands/{$name}": ["type:drupal-drush"]
},
"drupal-scaffold": {
"initial": {
".editorconfig": "../.editorconfig",
".gitattributes": "../.gitattributes"
}
},
"drupal-libraries": {
"library-directory": "web/libraries",
"libraries": [
{"name": "dropzone","package": "npm-asset/dropzone"},
{"name": "blazy", "package": "npm-asset/blazy"},
{"name": "slick", "package": "npm-asset/slick-carousel"},
{"name": "ace", "package": "npm-asset/ace-builds"}
]
},
"enable-patching": true,
"composer-exit-on-patch-failure": true
}
}
Comments
Comment #3
rajab natshahComment #4
rajab natshahComment #6
rajab natshahComment #10
rajab natshahComment #11
rajab natshahComment #12
rajab natshahTested varbase_heroslider_media 8.x-6.1 with Minimal Drupal 8 site
Homepage with empty varbase media hero slider on Test Minimal Drupal8 site
Varbase Media Hero slider Create Hero slider Test Minimal Drupal8 site
Homepage with 2 varbase media hero slider on Test Minimal Drupal8 site
Comment #13
rajab natshah