makinacorpus/drupal-calista

Name: drupal-calista

Owner: Makina Corpus

Description: Advanced dashboard/list API for Drupal using makinacorpus/drupal-calista

Created: 2017-06-28 11:11:16.0

Updated: 2017-07-08 02:25:22.0

Pushed: 2017-12-27 15:37:01.0

Homepage: null

Size: 1241

Language: PHP

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Calista - Advanced dashboard/list API for Drupal

This initial version is a raw export of the ucms_dashboard from the https://github.com/makinacorpus/drupal-ucms Drupal module suite. Only namespaces have been changed, and a few utility functions moved from the ucms_contrib module.

It should be stable enough to use.

This is licensed under the GPL-2 licence. This package includes third-party libraries, licences provided in the Resources/meta directory.

Installation

It depends heavily on makinacorpus/drupal-sf-dic, the easiest way to install is:

oser install makinacorpus/drupal-calista
Configuration
Runtime configuration
Enable top toolbar
f['calista_context_pane_enable'] = true;
Enable context pane
f['calista_context_pane_enable'] = true;
Enable admin pages breadcrumb alteration

This is a very specific setting for usage with UCMS.

f['calista_breadcrumb_alter'] = true;
Display configuration
Disable custom CSS

If you wish to embed this module's CSS or custom LESS into your own custom theme, you might wish to disable CSS loading:

f['calista_disable_css'] = true;
Drupal seven theme fixes

By setting this to true, seven fixes will always be included:

f['calista_seven_force'] = true;

By setting it to false, the will be always dropped.

By removing the variable or setting it to null seven admin theme will be automatically detected at runtime and fixes will be loaded if necessary.

Usage

For extensive documentation, please refer to the Calista API documentation


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.