PLY NXS Viewer

Component type

module

Maintenance status

Development status

Downloads

40

Component created

Component changed

About this module

The PLY NXS Viewer module provides a new configurable file field formatter called "3D Model(s)". This formatter use the 3DHOP JavaScript library to render 3D Objects (.NXS and .PLY files). See the 3DHOP library website for more information and examples.

Field Limiter

Component type

module

Maintenance status

Development status

Component created

Component changed

Field Limiter allows you to limit the number of field values rendered by a formatter. This module is the result of the conversation in #1234624: Limit the number of fields to display. This sandbox project may or may not become a full module one day, depending on feedback from the community, and similar functionality becoming available elsewhere.

Simple Help Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

About

The Simple Help Field module adds a new field to the standard Drupal form fields to be used in help fields, description of requirements and usage examples.

This new field should be used via Form API following the example below.

Simple to use, simple to customize

No special requirements

Read Confirmation

Component type

module

Maintenance status

Development status

Component created

Component changed

The Read Confirmation module adds a field which can be added to any entity which allows to collect data if a specific user has seen this entity.

Confirmation can be either automatically when viewed or manually by pressing a button.

Common use cases:

  • Announcements in Intranets
  • Provide users a view where all unread articles are shown

Corresponding Reference

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Important: This module has been promoted to become the new CER for D8. In turn, this sandbox is deprecated in favor of CER. Please fully uninstall corresponding_reference, and then use the new CER for D8 instead!

A full re-development of Corresponding Entity References from D7 as a simplified config entity-based system for D8.

Element Entity Field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a Form API element type 'entity_field' for getting / setting a field from an entity.

eg. given a page $node, with field 'field_foo':

$form['title'] = array(
  '#type' => 'entity_field',
  '#settings' => array(
      'field_names' => array('field_foo'),
      'entity' => $node,
    ),
);

will attach to $form the rendered field widget for the field_foo instance attached to page nodes.

Additionally, the field can be rendered with an empty value to create an entity on submit:

IBM Watson

Component type

module

Maintenance status

Development status

Downloads

163

Component created

Component changed

The IBM Speech to Text service provides a Representational State Transfer (REST) Application Programming Interface (API) that enables you to add IBM's speech transcription capabilities to your applications. The service also supports an asynchronous HTTP interface for transcribing audio via non-blocking calls. And it supports a beta language model customization interface that lets you expand the base vocabulary of a US English or Japanese language model with domain-specific terminology.