Social Feeds Block

Component type

module

Categories

Maintenance status

Development status

Downloads

284

Component created

Component changed

Social Feed Block module provides the user to fetch the data from their respective Facebook, Twitter, Pintrest and Instagram profiles and then display them accordingly as per their requirement using the Drupal block system .

Multi File Node Uploads

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will allow upload of multiple file nodes, initially allowing one set of generic meta data per node per file. Any available content type can be created as long as it contains a file field.

Eventually this will be extended to allow meta information per node.

Session Entity

Component type

module

Categories

Maintenance status

Development status

Downloads

410

Component created

Component changed

Session Entity provides entities which are stored in the user's session. Each
user has one entity, which they may edit (provided they have the permission).
This is a normal content entity, which may have fields added to it.

This allows anonymous users to create content which will automatically expire
when their session expires.

The module uses a custom entity storage controller to store entity data in
the private tempstore.

Node Form API Fields

Component type

module

Categories

Maintenance status

Development status

Downloads

331

Component created

Component changed

Introduction

This module allows you to use a single hook to easily extend the node edit form using any elements from the Form API. It automatically saves the contents of those fields using the Drupal 8 Key Value storage (rather than fields) to avoid a growing database. The saved data for the fields is made available on the node object.

The first screenshot shows a field appearing with just the few lines of code shown in the second screenshot. All saving and loading of data onto the node object is done automatically.

Content Type Clone

Component type

module

Categories

Maintenance status

Development status

Downloads

1955

Component created

Component changed

Synopsis

Content Type Clone allows Drupal users with the "Administer content types" permission
to clone content types in one click.

Access the content type list, click on "clone" for the content type you want to clone, save the clone form. The module will then clone the content type, and copy all fields to the newly created clone.

Content Type Clone also offers the options to: