Medium Publish

Component type

module

Categories

Maintenance status

Development status

Downloads

689

Component created

Component changed

The module enables publishing to Medium.com.

Use tokens to create configs for your content types and easily export your content to Medium.

Module dependencies:

  • ctools
  • token

Trance

Component type

module

Categories

Maintenance status

Development status

Downloads

3032

Component created

Component changed

Trance (TRANslatable Content Entity) contains abstract and base classes for defining a content entity type in its own module.

The content entity types are bundled, revisionable and translatable.

This approach significantly reduces the lines of code required to define a new content entity type and reduces the amount of code duplication if more than one content entity type is defined.

Entity Data Attach

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Entity Data Attach provides a field type and a plugin API for attaching custom sets of data to any type of fieldable entity.

It is similar to views field except that
a) The attachments can be anything defined in a callback of a EntityDataAttach plugin
b) It provides data, not markup

This is a developer-centric module. Developer can define new EntityDataAttach plugins to provide any type of data attachment.

The intended use case is for linking dynamic data segments to content like nodes or paragraphs for a decoupled frontend to consume.

Anonymous Subscriptions

Component type

module

Categories

Maintenance status

Development status

Downloads

1302

Component created

Component changed

Introduction

The Anonymous Subscriptions module allows a non-registered user to your site the ability to register for email notifications to certain pre-defined content types.

These notifications are optional on the pre-defined content types with a flag displayed as to whether to send e-mails or not.

There is currently only one subscription list per site, future functionality will add the ability for users to subscribe per content type, and/or per node.

Features

This module allows you to specify:

HTML5 File and Image field

Component type

module

Maintenance status

Development status

Component created

Component changed

This module brings the new features from HTML5 into the Drupal core's Image and File fields without making any visual changes.

Features include:
- Multi file upload support User can select multiple files from the "File Upload" dialog box.
- File type restriction: Browser.
- Javascript validation for file type, size, and dimensions.
- All the goodness that comes from core's File and Image fields!

Find Text

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module will allow you to search through content, taxonomy terms and menu items for a string of text and generate an administrative report. The focus of the module is to help when things change names and you cannot use a common find and replace or regex to find all instances of a string.

Elasticsearch Helper

Component type

module

Maintenance status

Development status

Downloads

396

Component created

Component changed

As the name indicates it, Elasticsearch Helper is a helper module to work with Elasticsearch on Drupal project.

Whereas modules like elasticsearch_connector and other search_api plugins try to abstract away the actual API of Elasticsearch, this module tries to embrace it instead. It provides some common tools on which to build your own integration.