Lightning Features

Component type

module

Categories

Maintenance status

Development status

Downloads

5139

Component created

Component changed

Note: If you are looking for Lightning Features in 8.x; see the 8.x-2.x branch of Lightning here.

This project contains the decoupled components that are maintained for the Lightning distribution project. You can add this project to your own install profile and build unique sites that leverage the power of Lightning.

Unfeaturized Fields

Component type

module

Maintenance status

Development status

Component created

Component changed

Unfeaturized Fields allows other modules to define fields (like Features), but still edit them and then maybe featurize them.

Contrib shouldn't featurize fields, because it doesn't know the site well enough: field labels, weights, other fields, field groups etc are unknown. A contrib module can however require fields necessary for its function. This module allows such fake feature fields. It will force creation and existence, but not check state or content. Featurizing is up to the site.

Update Path

Component type

module

Maintenance status

Development status

Downloads

1240

Component created

Component changed

Drupal's Update Path is the set of steps that normally happen when getting a database up to date with the exported configuration. This project implements these steps in a Drush command which thanks to Drush's command API can be adapted to your particular workflow.

The update path involves the following steps:

FP Photo Gallery

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is to provide a photo gallery to showcase website photos. It uses
a JavaScript implementation of:
http://tympanus.net/codrops/2010/09/08/full-page-image-gallery/
This sample gallery has been modified to 'fit' into the Drupal framework using
views, and new features have been added to it, such as a slideshow, a pager,
and arrow key functionality. The gallery involves a row of thumbnails to

unfeaturize

Component type

module

Maintenance status

Development status

Downloads

244

Component created

Component changed

This module will help you get your content types out of features, and back into the database in a state where you can edit or delete them freely.

How to use:
1) Disable the feature (module) that owns your content type
2) Enable this module
(make sure you have permission to administer content types)
3) Visit admin/config/development/unfeaturize
4) check the boxes for the content types you'd like back
5) click the "Unfeaturize" button.
6) Profit.

FPP Bundles (Fieldable Panels Panes UI)

Component type

module

Maintenance status

Development status

Downloads

6589

Component created

Component changed

Fieldable Panel Panes Bundles (Fieldable Panel Panes UI) - module that helps to create bundles of the Fieldable Panels Panes entity. The project aims to simplify developers life by way of refraining of writing the code for panels creation.