Varbase 8.6.3

varbase_bootstrap_paragraphs/varbase_bootstrap_paragraphs.info.yml


name: 'Varbase Bootstrap Paragraphs'
type: module
description: 'A suite of Paragraph bundles to be used for Varbase distribution. Made with the Boostrap framework, based on a fork of Bootstrap Paragraph module (bootstrap_paragraphs).'
core: 8.x
version: 8.x-6.x-dev
package: Varbase
components:
  - vbp_text_and_image
dependencies:
  - varbase_media:varbase_media
install:
  - text
  - options
  - link
  - ckeditor
  - block
  - advanced_text_formatter
  - field_group
  - maxlength
  - webform
  - viewsreference
  - entity_reference_revisions
  - paragraphs
  - paragraphs_previewer

Varbase 8.6.3

  "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/paragraphs": "1.5",
    "drupal/paragraphs_previewer": "1.2",
    "drupal/viewsreference": "~2.0",
    "drupal/webform": "~5.0",
    "drupal/field_group": "~3.0",
    "drupal/advanced_text_formatter": "~1.0",
    "drupal/maxlength": "~1"
  },

If you want to use with minimal Drupal 8, you could use the following composer.json set:

{
    "name": "drupal/drupal",
    "description": "Drupal is an open source content management platform powering millions of websites and applications.",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "require": {
        "composer/installers": "~1",
        "oomphinc/composer-installers-extender": "~1",
        "cweagans/composer-patches": "~1",
        "drupal-composer/drupal-scaffold": "~2",
        "drupal/drupal-library-installer-plugin": "^0.3",
        "wikimedia/composer-merge-plugin": "^1.4",
        "drupal/varbase_bootstrap_paragraphs": "~6.0"
    },
    "replace": {
        "drupal/core": "^8.6"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "preferred-install": "dist",
        "autoloader-suffix": "Drupal8"
    },
    "extra": {
        "_readme": [
            "By default Drupal loads the autoloader from ./vendor/autoload.php.",
            "To change the autoloader you can edit ./autoload.php.",
            "This file specifies the packages.drupal.org repository.",
            "You can read more about this composer repository at:",
            "https://www.drupal.org/node/2718229"
        ],
        "merge-plugin": {
            "include": [
                "core/composer.json"
            ],
            "recurse": true,
            "replace": false,
            "merge-extra": false
        },
        "installer-types": [
          "bower-asset",
          "npm-asset"
        ],
        "installer-paths": {
          "core": ["type:drupal-core"],
          "profiles/{$name}": ["type:drupal-profile"],
          "modules/contrib/{$name}": ["type:drupal-module"],
          "themes/contrib/{$name}": ["type:drupal-theme"],
          "libraries/slick": ["npm-asset/slick-carousel"],
          "libraries/ace": ["npm-asset/ace-builds"],
          "libraries/{$name}": [
            "type:drupal-library",
            "type:bower-asset",
            "type:npm-asset"
          ],
          "modules/custom/{$name}": ["type:drupal-custom-module"],
          "themes/custom/{$name}": ["type:drupal-custom-theme"]
        },
        "drupal-libraries": {
          "library-directory": "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"}
          ]
        }
    },
    "autoload": {
        "psr-4": {
            "Drupal\\Core\\Composer\\": "core/lib/Drupal/Core/Composer"
        }
    },
    "scripts": {
        "pre-autoload-dump": "Drupal\\Core\\Composer\\Composer::preAutoloadDump",
        "post-autoload-dump": "Drupal\\Core\\Composer\\Composer::ensureHtaccess",
        "post-package-install": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup",
        "post-package-update": "Drupal\\Core\\Composer\\Composer::vendorTestCodeCleanup",
        "drupal-phpunit-upgrade-check": "Drupal\\Core\\Composer\\Composer::upgradePHPUnit",
        "drupal-phpunit-upgrade": "@composer update phpunit/phpunit phpspec/prophecy symfony/yaml --with-dependencies --no-progress",
        "phpcs": "phpcs --standard=core/phpcs.xml.dist --runtime-set installed_paths $($COMPOSER_BINARY config vendor-dir)/drupal/coder/coder_sniffer --",
        "phpcbf": "phpcbf --standard=core/phpcs.xml.dist --runtime-set installed_paths $($COMPOSER_BINARY config vendor-dir)/drupal/coder/coder_sniffer --"
    },
    "repositories": {
      "drupal": {
        "type": "composer",
        "url": "https://packages.drupal.org/8"
        },
      "assets": {
        "type": "composer",
        "url": "https://asset-packagist.org"
      }
    }
}

Comments

RajabNatshah created an issue. See original summary.

  • RajabNatshah committed a76e8ed on 8.x-6.x
    Issue #3017512: Changed [Varbase Bootstrap Paragraphs] Components...
rajab natshah’s picture

Assigned: rajab natshah » mohammed j. razem
Status: Active » Needs review
Issue tags: +varbase-8.6.3
rajab natshah’s picture

Assigned: mohammed j. razem » Unassigned

  • RajabNatshah committed d1a9b1b on 8.x-4.x
    Issue #3017512: Changed [Varbase Bootstrap Paragraphs] composer.json to...
rajab natshah’s picture

Issue tags: +varbase-8.4.28

  • RajabNatshah committed e47e564 on 8.x-5.x
    Issue #3017512: Changed [Varbase Bootstrap Paragraphs] composer.json to...

  • RajabNatshah committed cdb1bd9 on 8.x-6.x
    Issue #3017512: Changed [Varbase Bootstrap Paragraphs] Components...

  • RajabNatshah committed a08ef5d on 8.x-6.x
    Issue #3017512: Changed [Varbase Bootstrap Paragraphs] Components...

  • RajabNatshah committed f701f0f on 8.x-6.x
    Issue #3017512: Changed [Varbase Bootstrap Paragraphs] Components...

  • RajabNatshah committed 14de0e9 on 8.x-6.x
    Issue #3017512: Changed [Varbase Bootstrap Paragraphs] Components...
rajab natshah’s picture

Issue summary: View changes

  • RajabNatshah committed 70f2e7d on 8.x-6.x
    Issue #3017512: Changed [Varbase Bootstrap Paragraphs] Components...
rajab natshah’s picture

Issue summary: View changes

  • RajabNatshah committed 8909510 on 8.x-6.x
    Issue #3017512: Changed [Varbase Bootstrap Paragraphs] Components...
rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Status: Needs review » Fixed
rajab natshah’s picture

Issue summary: View changes
rajab natshah’s picture

Issue summary: View changes

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.