Skip to content
Snippets Groups Projects
composer.json 3.07 KiB
Newer Older
{
  "name": "drupal/varbase_media",
  "description": "Manages type of media contents and entity browsers in the site.",
  "type": "drupal-module",
  "homepage": "https://www.drupal.org/project/varbase_media",
  "license": "GPL-2.0-or-later",
  "minimum-stability": "dev",
  "authors": [
    {
      "name": "Vardot",
      "homepage": "https://www.drupal.org/vardot",
      "role": "Maintainer"
    }
  ],
  "support": {
    "issues": "https://www.drupal.org/project/issues/varbase_media",
    "source": "http://cgit.drupalcode.org/varbase_media"
  },
    },
    "installer-types": [
      "bower-asset",
      "npm-asset"
    ],
    "installer-paths": {
      "libraries/slick": ["npm-asset/slick-carousel"],
      "libraries/{$name}": [
        "type:drupal-library",
        "type:bower-asset",
        "type:npm-asset"
      ]
    },
    "drupal-libraries": {
      "libraries": [
          {"name": "dropzone","package": "npm-asset/dropzone"},
          {"name": "blazy", "package": "npm-asset/blazy"},
          {"name": "slick", "package": "npm-asset/slick-carousel"}
      ]
    },
    "composer-exit-on-patch-failure": true,
    "patches": {
      "drupal/entity_browser": {
        "Issue #2877751: Inform users how many items they can add to a field that uses an entity browser.":
        "https://www.drupal.org/files/issues/2019-07-04/2877751-40.patch"
        "Issue #3070343: Allow to add a Drupal core link with Link Widget for Image entities using Entity Embed Dialog in CKEditor":
        "https://www.drupal.org/files/issues/2019-07-25/3070343-8.patch",
        "Issue #2679875: Inline Entity Form integration":
        "https://www.drupal.org/files/issues/2019-08-27/2679875-12.patch"