Views Mobile

Component type

module

Maintenance status

Development status

Downloads

2003

Component created

Component changed

Views mobile module provides a mechanism to switch the display of a view when in a mobile device.

Usage

In order to the module work you need to clone the display you want to provide a mobile version and update display's machine name to add "_mobile" or "_tablet" suffix.

e.g: If you have a block display named "featured". You have to clone the "Featured" display and update the machine name of the cloned diplay to "featured_mobile" or "featured_tablet".

Swagger.IO Services Integration

Component type

module

Maintenance status

Development status

Component created

Component changed

Swagger is a specification for documenting RESTful services. Documentation can be found at https://github.com/swagger-api/swagger-spec.

This module integrates with Services (https://drupal.org/project/services) to generate swagger-parsable json documentation. Optionally, the swagger-ui library can be installed to provide a page for displaying the documentation in a user-friendly manner.

Double Field WYSIWYG

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module builds on top of Double Field and enables a double field with text areas to have WYSIWYG on both of them. Current status is rudimentary, but it's being successfully used in production for a project with 100+ sites.

Entity Formatters

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

When referencing entities which may not have view-modes of their own, we need to write custom formatters which in turn actually makes use of the existing formatters and uses them on the loaded entities. For Eg : File Entity Reference Image Formatter created a new formatter which loads the rererenced file entity and then uses the existing image formatter(or similar logic) on it.

Multilingual taxonomy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module will add the feature to translate taxonomy vocabularies in an entity translation environment. The reason for this module is that i18n_taxonomy which normally adds this feature is not fully compatible with the entity translation module.

It is similar to the Multilingual content type module.