Lightning Media 500px
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Integrate 500px Media entity into Lightning.
Integrate 500px Media entity into Lightning.
This module is useful for listing the custom term fields on taxonomy term page.
The module provides an interface for select the fields which you want to display on term listing page.
This module provides in the administrative area of Drupal an option to customize the Scald caption, without the need to implement the hook_scald_dnd_library_item_alter.
If the token required in caption customization was not available, it should be created according to the Drupal documentation.
Https://api.drupal.org/api/drupal/includes%21token.inc/7.x
Webform Encrypt by default is not compatible with the Form Builder Webform UI, so this module allows both modules to be used.
My employer's website was flagged by Google as "hacked" a week and a half ago. Since that time, the other web and security team members and I have been pouring over logs attempting to figure out what has happened. Eventually, we nailed down that files were being uploaded to our server as temporary files through Drupal's AJAX file uploader via public webforms without the form truly being submitted and the appropriate parties notified that a submission had occurred.
Provides a role for "trial" users.
Gives this role on install and then removes it after x number of days.
If you want to react on the role being removed (for example send a mail), you can implement the hook
function hook_trial_role_removed(DrupaluserUserInterface $user);
This module was developed as part of developing Violinist. Keep your composer dependencies up to date. Automatically and all the time.
This module wraps the Hamcrest and Mockery PHP testing libraries using the Libraries API.
A Drupal 8 module to force Config Management to compare sorted, rather than unsorted, configs for diffs.
Drupal 8 Configuration Management can be unreliable about the order of configuration keys. The official fix is coming in 8.4 (#2852557: Config export key order is not predictable, use config schema to order keys for maps), which allows config schemas to specify a field to be used for sorting.
This is a single-purpose module based on a core (modules/system) patch from https://www.drupal.org/node/2363987
For instance, for a 404 response page, use page--404.html.twig
This module is in response to how routing for 4xx has changed in 8.3. It may be obsoleted quickly by core changes.
Module aims to simplify routines of collecting and modifying the data via module_invoke() and drupal_alter().