Skip to content

Ambient-Impact/drupal-ambientimpact-views

Repository files navigation

This Drupal module contains a few minor enhancements to Drupal core's Views.

Warning: while this is generally production-ready, it's not guaranteed to maintain a stable API and may occasionally contain bugs, being a work-in-progress. Stable releases may be provided at a later date.


Requirements


Installation

Composer

Set up

Ensure that you have your Drupal installation set up with the correct Composer installer types such as those provided by the drupal/recommended-project template. If you're starting from scratch, simply requiring that template and following the Drupal.org Composer documentation should get you up and running.

Repository

In your root composer.json, add the following to the "repositories" section:

"drupal/ambientimpact_views": {
  "type": "vcs",
  "url": "https://github.com/Ambient-Impact/drupal-ambientimpact-views.git"
}

Installing

Once you've completed all of the above, run composer require "drupal/ambientimpact_views:1.x-dev@dev" in the root of your project to have Composer install this and its required dependencies for you.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages