Field Value Copier

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module exposes an API that makes it easier to migrate the values of an existing field in one entity to a field of the same type on a different entity.

For example, if you are moving a field from a Product Display (of type "node") to a Product Variation (of type "commerce_product"), you would first setup the product variation with an instance of the field, then use this module to copy the values of each existing product display to its corresponding product variation. Once complete, you can then remove the field from the Product Display.

Highlight Changes

Component type

module

Categories

Maintenance status

Development status

Downloads

115

Component created

Component changed

Highlight Changes provides a way for a user to visually see then changes made when editing content and entities. The modules provides feedback when values are changed, and a interface for the user to view and revert changes to a field.

Highlight changes tracks the initial value of a input when the page is rendered, when that input's value is changed, notice is placed next to the field, that provides a link to view and revert the changes made to the initial values.

This supports and works with core field widgets, CKEditor, Chosen and other modules as well.

Entity Reference Automation

Component type

module

Categories

Maintenance status

Development status

Downloads

122

Component created

Component changed

Entity reference simplifies content editing by auto filling field data based on relations when changes are made to a content entity. This takes concern away from worrying about assigning values on two fields, and means that content can be more organized. The auto fill of fields is handled in the browser, to allow the user to review the values before the change is made.

Example usage:

unitedunits

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Consolidate effort into creating one D8 module

= Units API
= Units of Measurement
= Measured Value Field
= Unit Conversion Formatters

Enter a field value in any unit, display in any other unit.
Pre-computation of field display unit value if different from data entry unit (to avoid doing the same conversion on each entity display)
Allow multiple field display units (for example, you might want to show a length dimension in both imperial and metric units)
Provide UI js toggle(s) to switch between units.

Select Text Value

Component type

module

Categories

Maintenance status

Development status

Downloads

192

Component created

Component changed

This module provides additional widgets for the following field types:

  • Text (formatted)
  • Text (formatted, long)
  • Text (plain)
  • Text (plain, long)

The new widgets allow the site administrator to set some pre-defined values for the text field that the user can then select from, using either a select field or radio buttons.

Workflow State Configuration

Component type

module

Maintenance status

Development status

Downloads

260

Component created

Component changed

Workflow State Configuration
- Workflow State Config is a module for the configuration of workflow state as "Publish" and "Default Revision".
- Module is required by "Workflow Moderation" to managing the node revisions.

Configuration Details

  • Published - When content reaches this state it should be published.
  • DefaultRevision - When content reaches this state it should be made the
    default revision; this is implied for published states.

Module Dependency
- Workflow

Place Autocomplete

Component type

module

Categories

Maintenance status

Development status

Downloads

304

Component created

Component changed

Overview:
Google Place Autocomplete module is an add-on to field API which is providing the new field widget & field formetters.

Installation:
Download the module and extract it to the modules directory. Install it as any Drupal contributed module.

Usage:
Add Google autocomplete address suggession with inbuilt Drupal field API. for configuration, refer README.txt file.