Skip to content

Drupal module for KEEP-specific customizations

Notifications You must be signed in to change notification settings

asulibraries/KEEP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KEEP Customizations

This module includes customizations to ASU Libraries' KEEP repository. Currently, KEEP-specific customizations are scattered through various custom modules in our repositories Drupal instance repo. Those customizations will slowly migrate to this repository over time, but new KEEP-specific customizations will be added here.

To use this module, add it to your composer's repositories section and then composer require it:

    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/asulibraries/keep.git"
        }
    ]
composer require asulibraries/keep:dev-main

Scholarly Content

This module adds a sidebar, scholarly_work_sidebar, for listing the work-products of scholarly content.

We've also added just enough config in the config/optional directory to test it on a new site. However, the way media configurations are added, the file to media mapping for mime and size fields aren't automatically added and should me manually updated before adding content to test the sidebar. You will also need to update the Scholarly Content form display to add the work products field.

About

Drupal module for KEEP-specific customizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published