Skip to content
Snippets Groups Projects
Forked from project / library_manager
Up to date with the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

CONTENTS OF THIS FILE

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Maintainers

INTRODUCTION

The Library manager module provides a user interface for creating and managing Drupal libraries.

REQUIREMENTS

This module requires the following module outside of Drupal core:

INSTALLATION

Install the Library manager module as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.

CONFIGURATION

1. Navigate to Administration > Extend and enable the module.
2. Navigate to Administration > Structure > Libraries for a list of
   installed libraries.
3. From the "Definitions" tab, there is an option to add a library
   definition where the user can register a new library or override an
   existing one, add licenses, add dependencies, and define visibility rules.
4. From the "Settings" tab, enter the local file system path where library
   files will be stored. This directory should be accessible over the web.
5. Save configurations.

MAINTAINERS