Field Collection Switch View Mode

Component type

module

Maintenance status

Development status

Downloads

219

Component created

Component changed

Synopsis

When using field collections, a view mode can be associated with each field collection item which will then switch the display of fields in the edit form for that particular field collection item.

For example, assume a field collection for a content type contains three fields:

  1. field_subtitle
  2. field_image
  3. field_extra_text

and the three view modes for this content type are:

File MD5

Component type

module

Maintenance status

Development status

Downloads

1396

Component created

Component changed

Module helps to uniquely identify the files using their MD5 hashes.

All that this module does - extends the file_managed table with md5 column and, on file saving, set a value for it.

MD5 validation

Module provides an implementation of hook_file_validate() to validate file duplicates. This validation could be disabled here: admin/config/media/file-system.

Fill

Component type

module

Maintenance status

Development status

Component created

Component changed

Fill is a module that helps you fill up form fields with preset values that you can use for specific use case. It's a time saver that can also be used for semi auto-filling avoiding common mistakes in some forms. For example, if you are using the "Menu attribute" module. A preset called "Golden Menu Item" could be created so that when selected, it can set the proper CSS class in the class field. In this case, if all the content editors are not aware of the relevant CSS classes, then all they will need to do is to apply the Fill preset that will have a much more meaningful name.

Test Entity Flag

Component type

module

Maintenance status

Development status

Component created

Component changed

The problem

Creating test content is a standard part of developing a new site, but removing all of that test content before launch can be error-prone and tedious, especially once you've added some real content.

The fix

This module adds a checkbox to entities which allows content creators to flag the entity as test content. It also provides an admin UI which can be used to bulk unflag or delete test content items.

D8 port

In-progress! See https://www.drupal.org/node/2910264.