Mask User Data

Component type

module

Maintenance status

Development status

Downloads

26

Component created

Component changed

IMPORTANT: Do not use this module on a production environment.

This module will mask all the current data in your database related to the users. By default it will try to mask the default fields created by Drupal, but this can easily be extended providing a mapping for other fields.

After enabling the module you need to click on another enable checkbox to make sure that the module is not turned on by accident. This setting can be set in settings.php.

Entity Reference Referential Integrity

Component type

module

Categories

Maintenance status

Development status

Downloads

48

Component created

Component changed

This module solves the problem of deleting parent entities (nodes, taxonomy terms, users, etc.) that are referred to by other entities through taxonomy term reference or entity reference fields (see https://www.drupal.org/project/entityreference/issues/1368386, for example). Drupal will not prevent a user from deleting such 'parent entities', but this module will, provided some kind of delete confirmation form is used.

Time Range

Component type

module

Categories

Maintenance status

Development status

Downloads

140

Component created

Component changed

Time Range

Provides the form widget to fill in time range.
This is just a change to the display form, so that the user doesn't need to enter too much content. This idea from https://github.com/Chris-Happy7/d8-time-range.
This module not stored time data. The storage of time is provided by the core.

Installation

Install the module as every other module.

Views Field Finder

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The purpose of this module is to enable site builders and developers to search and find where particular fields are been used in Views. This will come in handy when, for example, you want to see it how many times or in what Views Displays a certain field is being used.

Toggle Editable fields

Component type

module

Maintenance status

Development status

Downloads

28

Component created

Component changed

Synopsis

Toggle Editable fields is a formatter to transform "classic" boolean field formatter to toggle editable field directly on 'view' display or on views lists.

Requirements

Drupal 8.
Bootstrap Toggle Plugin

SCSS Field

Component type

module

Maintenance status

Development status

Downloads

6

Component created

Component changed

Provides a 'SCSS' field type. Developers and site maintainers can enter SSCS code ("indented" SASS code is currently unsupported) into the field, and it will be compiled to CSS and attached to the page wherever the entity is displayed.

It is possible to "scope" the SCSS/CSS to the parent entity such that any CSS rules therein only apply to that entity.

This module is under active development and is not, by any means, ready for production use.

Referenced entity fields formatter

Component type

module

Categories

Maintenance status

Development status

Downloads

47

Component created

Component changed

This module lets you use the rendered custom fields of a entity reference revision in the twig template of the referencing entity.

For example you have 2 paragraph types:

  • Tab with title and body field
  • Tabs with ERR to Tab Paragraph

With this module used as a formatter for the ERR field o Tabs you can use the title and body fields of Tab on the Tabs template.

The fields are rendered and the values can be accessed for example with twig field_value.

Better Links

Component type

module

Maintenance status

Development status

Downloads

20

Component created

Component changed

Allows you to configure class and target attributes for a link field.

The Drupal 8 Link field is missing a few vital configurations. This module is an attempt to add some basic features such as classes and a target to the field configuration. Future releases will add more of the attributes needed to create a robust link in an entity.