Google Firebase Push Notification

Component type

module

Maintenance status

Development status

Downloads

230

Component created

Component changed

Thank you Google for great and easy tool named Firebase...
I am here using one of the service of Firebase push notification(web, IOS and Andriod devices) and create Drupal module to make it plug and play for Drupal websites.

This module works for secure domain only see: https://goo.gl/Y0ZkNV. for details

Open Design

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Welcome to the Open Design Drupal. Open Design aims to bring open source principles to Creative Design. Here you can file issues with your design requests for the community design group, find collaborators, or find design tasks to tackle. Don't forget to use the issue template below to make sure you are including all the relevant information!

Progress Bar Formatter

Component type

module

Maintenance status

Development status

Downloads

190

Component created

Component changed

This module is used to provide the Progress Bar Field Formatter.
Progress Bar Field Formatter is available for List Field (text, float, integer) and State field for Commerce.

How to use?

  1. Download and enable as like any other module.
  2. Now if you add List field in your content type or in other entity type. Go to manage display. You can edit field setting you will find the progress bar in field formatter.

Entity Update

Component type

module

Maintenance status

Development status

Downloads

559

Component created

Component changed

About Entity Update Module

The main objective of the module Entity Update is allowed module developer and site administrators to update entity types schema even entities have data.
The update can execute by drush command (recommended), from web browser or Programmatically.

The module also allow to view entity types list, entity types update status
and show the contents of an entity type.

API Macro

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Api_macro module allows multiple REST API requests to be made with a single call. This decreases overhead and improves performance.

It also allows subsequent requests to refer to values from previous requests, making it easier to combine requests.

For example, to both an article (node/1) and also information about the author (user/1),
you could make two GET requests:
http://headless.dev/node/1?_format=json
and then
http://headless.dev/user/1?_format=json