MakeUp Bootstrap

Component type

module

Categories

Maintenance status

Development status

Downloads

304

Component created

Component changed

MakeUp Bootstrap provides formatters based on Bootstrap Front Framework:

  • Carousel: Image, Scald atom, Entity Reference
  • Accordion: Entity Reference, Field Collection
  • Semantic fields presets in a Feature

MakeUp EntityReference Bean

Component type

module

Categories

Maintenance status

Development status

Downloads

241

Component created

Component changed

MakeUp ER Bean provides a formatter that uses View mode field value from Bean
content when attached from an Entity Reference field.

Features

Bean module provides a View mode field that is used to define which view mode
should be considered while displaying a Bean content as a Block.

When attaching a Bean to a Node (or any other entity of contents) through an
Entity Reference field: the view mode is statically defined at view mode level
- as for any other Entity.

BxSlider Block

Component type

module

Maintenance status

Development status

Component created

Component changed

Bx Slider block module integrates with Drupal 8 block. Basic animation has attached to the all elements for all slide items. Multiple instance of slider can be created for different pages which is a big credit to Drupal 8 block system.

Single slider block can be used multiple times with different configurations in same/different regions.

Features
=========

Field Data Attribute

Component type

module

Maintenance status

Development status

Component created

Component changed

The Field Data Attribute module provides a simple way to include HTML 5 data-* attributes to any Field on site building.

With this module, fields can be easily added with a data-* attribute that can be used on your JavaScript and/or your CSS files.

Besides that, it also allows you to have a data being provided on site building that can be used programmatically on many hooks and while building a template.

Credits

CI&T

Disable HTML5 validation

Component type

module

Maintenance status

Development status

Downloads

2095

Component created

Component changed

Drupal's own form validation is way more flexible and accessible than the HTML5 validation your browser performs. Unfortunately, HTML5 validation is performed before Drupal validation, so Drupal validation never happens. This module disables browser validation in all your forms by adding the novalidate attribute to the form tag. Learn more why HTML5 validation is bad here: https://www.drupal.org/node/1797438

Hopefully, once this issue is resolved, this module isn't needed any more.

Compound Fields

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides compound fields of multiple types and combinations. (And most likely will always be a work in progress as we add new combos) The Field Collection module does a great job for most sites, although I believe it is inefficient in trying to solve the larger issue. (I'm working on a blog post right now to go into more detail) There is also Multifield project which attempts to create compound field through the UI. When I started this project, this still had an alpha release. And from what I've seen, it looks like a great alternative as well. I look forward to see it's progress.

For me, as a developer I've created this simple label/value pair of compound field for multiple projects and figured it was about time to try and make a module out of it.