Domain Restriction Formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

690

Component created

Component changed

This module exposes a formatter to hide or show fields on selected domains.
All fields in the "manage display" tabs can be configured.

Configuration

Go to Structure -> Your content type -> Manage display and start configuring the fields you want to put restrictions on.

EntityOne

country state

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module consist to create country state field on contents types.
The display of this fields will be a dropdown select lists country/state.
I have created new views filter handler to combine those two sub-fields (country/state) in filter widget.

Paragraphs Defaults

Component type

module

Categories

Maintenance status

Development status

Downloads

2190

Component created

Component changed

This module allows setting defaults for Paragraphs fields.
Basically those defaults can be used for 2 reasons:
- have a set of default paragraphs pre-added and filled in when creating new content.
- batch apply default paragraphs to existing nodes

Default paragraphs entities are stored as detached paragraphs.

Imagebook

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

# imagebook

This module enables you to view your multiple images as a book.

Whenever you add a multi-value field of type image, you will have an option in image formatter as "imagebook" which will display all the images in a book in your node page.

hook_formatter_view of imagebook.module calls template.php to render images as a book using the provided jQuery plugins and myscript.js.

Currently working on this module to sync with views so that the user could also use this functionality as a view.

Social feed field

Component type

module

Maintenance status

Development status

Downloads

933

Component created

Component changed

This module makes it possible for editors to create a list of social media posts in a entity that are combined and ordered by created date from several different social media channels.

The module creates a new field type that site builders can add to entities.

Social feed field is sponsored and maintained by Finalist and initially developed for Maastricht University.

Entity reference modal select

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

This module provides a field widget for entity reference fields. The widget allows a content editor to select an entity from a modal dialog. The dialog provides basic filters on bundle (type), title, and language, to narrow down the entities to select from. You can write a custom module to extend the filtering provided by this dialog.

Live Snippet

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Live Snippet is a framework for adding IDE style code snippet fields to any entity. Out of the box it comes with a module for Ace Code Editor, but exposes an API that allows other editors to be dropped in.

JSON

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This turns a text field into a JSON-formatted field, for both viewing and editing.

You can customize the display, and editing capabilities of the field.
Unlike other projects, this aims to allow non-developer accessibility by converting the JSON data into standard fields for editing content. This makes use of of json-editor.