Entityreference formatters

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

INTRODUCTION
------------

Entityreference formatters provides several formatters for entityreference
fields. Without additional contributed modules it provides the
'vertical tabs' formatter.

RECOMMENDED MODULES
-------------------

* Field group (https://www.drupal.org/project/field_group):
When enabled, the following formatters become available:
- horizontal tabs
- accordion (planned)

INSTALLATION
------------

Webform taxonomy options pre loader

Component type

module

Maintenance status

Development status

Downloads

594

Component created

Component changed

This module provides a pre-build list from taxonomy term for webfom.
Once this modules is installed in the site, then you should be able to see the taxonomies in the select list of webfom component.
Multilingual Supported.

Important: This Module Provide translated strings on front end.

Callback field

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a callback field type. Modules can define callback functions which will be options in the callback field on any entity edit form with a callback field. When the field gets rendered the selected callback function will be called. The callback function can provide markup by returning a render array.

Widget Description Display

Component type

module

Maintenance status

Development status

Component created

Component changed

An experimental D8 module which provides third-party settings for Field API widgets, allowing site builders control over how field descriptions are displayed on entity forms.

Warning - not ready for use on production websites!

Under the hood, it manipulates the new D8 Form API #description_display property.

So far it only works with a handful of simple widget elements. If it can be made robust enough for general use, I'll consider promoting it to a full project.