Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

morpht/modifiers_vanta

 
 

Repository files navigation

Vanta Modifier

INTRODUCTION

This module provides animated backgrounds for your components.

Optionally you can set media queries.

INSTALLATION

  1. The module can be installed via the standard Drupal installation process.
  2. It will create a new Paragraph bundle.
  3. Add this Paragraph bundle to a field_modifiers field on an entity (Block or Paragraph) or onto a field on a Look.
  4. Install required library by one of these 2 options:

A. Library installation (manual)

  1. Download Vanta library (version 0.5.21 is recommended).
  2. Place unpacked library in your libraries folder.

B. Library installation (composer)

  1. Copy the following into your project's composer.json file.
"repositories": [
 {
  "type": "package",
  "package": {
   "name": "tengbao/vanta",
   "version": "0.5.21",
   "dist": {
    "type": "zip",
    "url": "https://github.com/tengbao/vanta/archive/9b62dcf55b58019b6662e8e9b83d8cec78f04a03.zip"
   },
   "require": {
    "composer/installers": "~1.0"
   },
   "type": "drupal-library"
  }
 }
]
  1. Ensure you have following mapping inside your composer.json.
"extra": {
 "installer-paths": {
  "libraries/{$name}": ["type:drupal-library"]
 }
}
  1. Run following command to download required libraries.
composer require tengbao/vanta

MAINTAINERS

This module is maintained by developers at Morpht. For more information on the company and our offerings, see morpht.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 63.9%
  • JavaScript 36.1%