JSON field formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

917

Component created

Component changed

Formats a text field as encoded JSON. This can be useful in combination with Views Datasource.

Currently it supports:
- text
- text_long
- text_with_summary

What is does:
It formats your field as encoded JSON.

How it works:
It passes the raw value of a field (say a body field with a lot of html markup) through the function "drupal_json_encode".

When to use:
If you want to escape your html fields for using in Views Datasource / Views JSON. That module doesn't handle 'raw' formats very well.

Content Chunks

Component type

module

Maintenance status

Development status

Component created

Component changed

The Chunks module is a framework for structured and reusable content. Using this module, developers can provide structured and reusable content chunks through the chunks API. Then authors and editors can add those chunks to fieldable entities through chunks fields. Those content chunks can then be configured, previewed, rearranged, and removed - all from the entity's edit/add page. This is a simple alternative to messy WYSIWYGs and complicated views/panels implementations.

bundle clone

Component type

module

Categories

Maintenance status

Development status

Downloads

4464

Component created

Component changed

given a node content type X that has many fields and a new requirement of creating a node content type Y that has the same fields,
then this module allows you to clone all X's fields into Y and saves time of manually creating them using field UI .

same applies to all other entities and bundles that exists in the site .

the module operates under path admin/structure/bundle_clone

Field Formatter Template

Component type

module

Maintenance status

Development status

Downloads

2391

Component created

Component changed

Description
--------------------------
Field Formatter Template (FFT) allow you can easy create formatter template for any field.

Installation
--------------------------
1. Copy the entire fft directory the Drupal sites/all/modules
directory or use Drush with drush dl fft.
2. Login as an administrator. Enable the module on the Modules page.

Engage

Component type

module

Maintenance status

Development status

Component created

Component changed

The Engage project is a collection of modules that can be used individually or together to build out advocacy and engagement functionality within your Drupal website. For example creating campaigns that track signatories and send out targeted emails to key decision makers. It is worthwhile noting that this is being developed in Canada with a focus on targeting Canadian decision makers at all levels of government, but the goal will be to make it generic enough and provide integration points so that services linked to other Governments can be easily integrated.