CouchDB Sync

Component type

module

Maintenance status

Development status

Downloads

179

Component created

Component changed

This modules provides an opinionated integration with CouchDB; allowing you to synchronise entities from Drupal into a CouchDB installation. The entities can then be quickly accessed (via the CouchDB API) by apps, decoupled front ends and and basically anything with a HTTP client. CouchDB API documentation can be found at http://docs.couchdb.org/.

Link Data Attributes

Component type

module

Maintenance status

Development status

Component created

Component changed

The Link Data Attribute module provides a simple way to include HTML 5 data-* attributes to any Link field on site building.

With this module, links can be easily added with a data-* attribute that can be used on your JavaScript and/or your CSS files.
A quick reference to HTML-5 data-* attributes usage.

View mode

Component type

module

Maintenance status

Development status

Downloads

342

Component created

Component changed

View mode provides a field type to store view modes.

This can be used to allow users to pick from a set of preselected view modes, and is best integrated with Display Suite or to provide custom logic based on user-selected view modes.

This provides an alternative to storing view modes in an options field that cannot be changed after the field contains data and is especially useful when you want to give editors the possibility to select view modes but don't want to use Panels or give access to place entities on your page in a certain view mode.

File download form capture

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a formatter to the core ‘file’ field, so when the file link is clicked by a user they are required to submit an entityform before they can download the selected file.

The entityform will be open inside a ctools popup when js is enabled, or on a separate page when js is not available. Once the form has been submitted without validation errors, the user will then be served up the file as a download in the browser.

In the file field’s formatter settings, the required entityform can be selected.