Baidu Map Field Type - 8.x

Component type

module

Categories

Maintenance status

Development status

Downloads

360

Component created

Component changed

This module makes your drupal 8 site possible to define a baidu map field type to show the location of company, school, hospital and so on, and it is able to show the way to the place you marked.

Feature
1. define a baidu map field type to show the location
2. show the way to the place you marked

Compact date/time range formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

267

Component created

Component changed

The compact date/time range formatter module provides the ability to display date/time range fields in a more compact form, by omitting the month or year where it would be duplicated.

Examples:
24–25 January 2017 (range is within a single month)
29 January–3 February 2017 (range is within a single year)
9:00am–4:30pm, 1 April 2017 (range is within a single day)

Extrafield Settings

Component type

module

Categories

Maintenance status

Development status

Downloads

138

Component created

Component changed

The Extrafield Settings module allows module creators and developers to add field-formatter-esq settings to their extra fields created with `hook_field_extra_fields()`.

Configuration

There is no UI configuration form for this module. To use this module a
settings form callback and optionally a render callback must be defined
for your custom extra_fields. See the example below:

Fine Image Upload

Component type

module

Maintenance status

Development status

Downloads

3181

Component created

Component changed

This module add a new field widget ('Fine image upload') to the image field. It makes standard image upload field more user-friendly and simple to use by showing only necessary settings and adding more convenient image preview feature, along with details of uploaded images.

Demo Preview

How to Use

Features

Extra Field

Component type

module

Categories

Maintenance status

Development status

Downloads

1406

Component created

Component changed

Provides a plugin type for extra fields in entity view.

This module allows developers to add custom fields by simply providing a plugin. Site builders can use these fields in entity view modes as normally. Extra fields do not store data and do not have a field widget. Extra fields typically combine existing entity data and format it for display.

Extra Field is like a custom Display Suite field, but then without the overhead.