Human Decimal Formatter

Component type

module

Maintenance status

Development status

Downloads

244

Component created

Component changed

About

A tiny module that provides a simple decimal field formatter that displays decimal digits only if exist (because humans are not computersTM).

For example 3.00 will render as 3 (no digital digits) but 3.23 will render as 3.23 etc.

Initially I found it helpful to propose this formatter on core but until this happens it would be better to add this here as a separate module and get feedback from the community.

Scaffolding was made with Drupal Console.

Inline Entity Form Multiple Bundle

Component type

module

Maintenance status

Development status

Component created

Component changed

This module add a select element in entity reference fields that use an inline entity form widget that use more than one bundle. This select element change the edit form of the inline entity form when is changed.

Note: at the moment, this module requieres a patch to inline entity form: https://www.drupal.org/node/2855505

Composite Field

Component type

module

Maintenance status

Development status

Component created

Component changed

The objective of this project is to build a field-based composite data type.

What is a composite data type? It's basically a field comprised of other fields.

The benefit of a field type is a more direct correlation to the entity it belongs to. This approach aligns composite functionality with standard field-based functionality.

Similar Solutions

Import CSV Data

Component type

module

Maintenance status

Development status

Downloads

698

Component created

Component changed

Basic CSV Data import facility is provided by this module.

Module Import CSV Data also provides a standard default block with form to filter to display the Imported Records.

Default standard permissions are set and handled.

Option to define the fields is provided so it gives a easy import as and how its required.

Configuration for Fields defining and file upload to schedule for cron is provided under New tab created in admin with title 'Import Data'.