Skip to content
Snippets Groups Projects
composer.json 255 B
Newer Older
{
    "name": "drupal/bg_img_field",
    "description": "Allows you to add responsive background images based on selectors.",
    "type": "drupal-module",
    "license": "GPL-2.0-or-later",
    "require": {
        "drupal/core": "^8 || ^9 || ^10"
    }
}