Polymer API

Component type

module

Maintenance status

Development status

Component created

Component changed

This is the future home of the Drupal Polymer API. Not sure what this is about? Learn about Polymer. Use it to integrate Polymer elements into Drupal.

This module provides the Polymer library so that individual web component modules will not have to worry about it.

Field Split

Component type

module

Maintenance status

Development status

Downloads

2266

Component created

Component changed

This module can split field values into multiple fields on the Manage display page. Imagine you have an entity reference field with two values and the first one should goes into region* "Left" and the other one goes into region* "Right". Currently you only have one field which you can move into a region but with this module you can split that field so that you have 2 fields.

Serialized form

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Creates a widget for text and binary field types that invokes a custom hook to build a form to fill it with custom data.

  • Useful if you have a dynamic amount of custom form widgets that aren't field widgets: save it all serialized.
  • NOT useful if you have to search this data or have other processes use it.

Drawing Field

Component type

module

Maintenance status

Development status

Downloads

1861

Component created

Component changed

Drawing Field provides a field type to create HTML5 based drawing.

What this module Provides:

  • Rich drawing tools
  • Exporting drawings to PNG
  • Saving and loading JSON
  • Constant-size or infinite canvases

It achieves this using the literallycanvas API plugin from:
Literally Canvas which has dependency on react.js.