Freshdesk Single Sign On

Component type

module

Maintenance status

Development status

Downloads

310

Component created

Component changed

This module enables you to use Drupal as a single sign on (SSO) source for Freshdesk.

You can create as many SSO configurations as you need, and each one has it's own individual permissions.

Needs before release:

  • Documentation
  • Handle redirect url parameter
  • Test coverage

Intense

Component type

module

Maintenance status

Development status

Downloads

2414

Component created

Component changed

Provides a simple Intense image field formatter. A stand alone javascript library for viewing images on the full screen. Using the touch/mouse position for panning.

All styling of image elements is up to the user, Intense.js only handles the creation, styling and management of the image viewer and captions.

GSAP

Component type

module

Maintenance status

Development status

Downloads

285

Component created

Component changed

This module integrate the GSAP javascript library with Drupal through the Libraries API.

GSAP is a powerful, high-performance javascript animation library for the web.

This module is intended to be an API module for developers.
The main aim is to integrate GSAP with the Libraries API to manage it efficiently as a project dependency

Google API Communicator

Component type

module

Maintenance status

Development status

Component created

Component changed

The Google API Communicator aims to be a universal API connector utility module for connecting Drupal modules with Google by oAuth2. It does little on its own, but provides a Google_Client object as obtained from the Google APIs Client Library for PHP library, for usage by other modules. This Google_Client combined with the library can be used to make request against the Google APIs.

Cesium

Component type

module

Maintenance status

Development status

Downloads

570

Component created

Component changed

CesiumJS is an open-source JavaScript library for world-class 3D globes and maps.

This module provides the CesiumJS library integration into your Drupal project.

How to use

Using a function

libraries_load('cesium');

In a form

$form['element']['#attached']['libraries_load'][] = array('cesium');