field_collection_accordion
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Provides a formatter for field_collection fields, making it possible to render field collection items as Accordion.
Provides a formatter for field_collection fields, making it possible to render field collection items as Accordion.
Provides a simple integration between Slick carousel and Video embed field. If you need more robust solution, check out Slick media.
The Field Presets module enables creating of fields using a preset. On creation of a new field using the module, the following happens:
- Field storage configuration is created
- Field configuration is created
- Field widget is set and field is added to the bottom of all form displays
- Field formatter is set and field is added to the bottom of all view displays
The module adds a "Add field using preset" local task on all entity manage fields pages.
This module stores each bundles of entity data in single row. Example, if a content type "page" having 10 different fields, it holds the whole node data in single node. It wont replace the existing field storage. But this module halps to reduce the number of joins when viewing node. This will be useful for heavy read only sites. I developed this to increase the performance for a drupal site which powers dozen mobile app. This reduce the latency.
Widget for a Machine Name form element.
Machine Name Widget provides a field for the machine_name render element. This module does not provide a UI for configuring the widget, but rather is intended to be used by other modules (i.e. content entities).
The Display Sync module enables synchronising of custom display modes, both form and view modes, with the default mode.
A simple checkbox has been added at the bottom of each non-default display mode edit form. Once this has been checked then any changes to the display mode can only be made via the default mode form. A warning messages is displayed to this effect.
No special requirements.
Allows site administrators to set any Entity type as unique.
Motivation of this module is to give as generic solution as possible to site builders.
You can choose what fields/properties of entity will be take in account to determine uniqueness.
This module checks uniqueness in two steps.
1 On entity add/edit form throws standard form errors if entity is not unique
2 On entity_presave to prevent to add not unique entity programmatically .
Panzoom Images provides a new image field formatter to render the image using
the Panzoom jQuery library (http://timmywil.github.io/jquery.panzoom/).