Contact Tweak

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal 8's Contact module, fully featured as it is, doesn't let you change the labels & contents of the core fields on the Contact form. This module allows you to tweak these settings (and even hide them).

This should probably be changed to manipulate Contact's entities in some way, but I wanted to get something out the door quickly. It probably doesn't adhere to Drupal 8 best practices, but somehow it works. Probably need to muck around with the form alteration some more though.

@TODO:

Timetable cron

Component type

module

Maintenance status

Development status

Component created

Component changed

Normally on a cron run, all cron tasks will be execute. This is not always necessary, because some of your cron tasks must i.e. only run once at day.

Our module is slim and wil remain so in future, "small but nice".

With this lightweight and simple module you can change the time of execution of each cron task. We recommend to run the main cron (URL) all 5min.

Bootstrap Colors

Component type

module

Maintenance status

Development status

Downloads

739

Component created

Component changed

Using Google Material Design Color Concepts allow theme developers to choose a custom color palette based on two colors to be apply on Bootstrap theme.

Colors can be typed, got from a color picker or chosen from Material Design or Colour Lovers color schemes.

Installation

  • Install and enable module.
  • Install and enable Bootstrap Libraries
  • On Bootstrap Libraries choose SASS compiled files

Usage

Configure Bootstrap Library module to use SASS as library

Field UI AJAX

Component type

module

Maintenance status

Development status

Downloads

975

Component created

Component changed

This module's goal is to improve the experience when working with fields. It does this by trying to use AJAX on as many fields management pages as possible.

What works now

Everything the Field UI provides is ajaxified with the exception of the local action in custom display pages because Drupal doesn't allow me to add a class to links in a system admin block.

Demo

You can view a video demonstrating what the module does at https://www.youtube.com/watch?v=HUSU5ar4dM0

Form mode manager

Component type

module

Maintenance status

Development status

Downloads

4489

Component created

Component changed

Synopsis

Provides an interface that allows the implementation and use of Form modes easily without specific development. This module provides different configurations/routes/UI/Additional access control to simplify and enhance the management and development of your different entity forms that allowing you to implement a complex content strategy in simple ways.