filefield_sources_sandbox
Component type
Categories
Maintenance status
Development status
Component created
Component changed
playground to experiment with adding sources
playground to experiment with adding sources
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
------------
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.
A Drupal 8 port of the Options Element module
This module provides functionality to fill auto complete fields from any other text area fields like body. All available terms in body or selected fields will be filled in selected destination term field.
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.