YAML block

Component type

module

Maintenance status

Development status

Downloads

706

Component created

Component changed

About this Module

Provides a base block that allows block configuration settings to be edited and maintained using YAML.

For custom blocks that don't require an admin UI, it can be easier to just enter YAML data that is parsed in to variables that can be used to render a custom block.

This module is for sites that have...

  • Custom modules
  • Lots of custom blocks
  • Lots of custom markup/templates for their custom blocks

Examples of custom blocks that could benefit from using YAML.

Managed File

Component type

module

Maintenance status

Development status

Downloads

3549

Component created

Component changed

Extend default managed_file widget, which is a part of Form API, by a set of useful features. See examples below to be involved.

Usage

These additional options for element with '#type' => 'managed_file' is come with this module:

Add the Browse files link before the file input to use one of available file managers:

HelpDeskr

Component type

module

Maintenance status

Development status

Component created

Component changed

Helpdesk Release 7.x-1.2 (July 29, 2015)

-- SUMMARY --

HelpDesk allows non-technical people to provide highly technical bug reports and supply that information to developers via email or Open Atrium 1.x. Essentially, HelpDesk is a "glue" module, adding some unique features to a set of existing modules working together.

-- DEPENDENCIES --

Drush Destination Alter

Component type

module

Maintenance status

Development status

Downloads

1046

Component created

Component changed

THIS IS NOT A MODULE. YOU CAN'T ENABLE IT. FOLLOW THE INSTRUCTIONS.

Manage your Drush downloads using the --uri (shortcut: -l) option.

Both versions - 7.x and 8.x are the same. Two branches were created to support drush dl destination_alter inside of Drupal 7 and Drupal 8.

OOP Forms

Component type

module

Categories

Maintenance status

Development status

Downloads

285

Component created

Component changed

This module is for developers only. It does not provide any features for normal users.

OOP Forms module provides set of wrappers for building drupal forms in object oriented way.
It takes the burden of writing FAPI arrays manually off the developers
and let them build those ugly arrays with set of method calls.

Site Deploy

Component type

module

Categories

Maintenance status

Development status

Downloads

348

Component created

Component changed

Site Deploy is actually a module that gets created by the module 'Hook Update Deploy Tools'.
http://drupal.org/project/hook_update_deploy_tools

This project is here only to protect the namespace of that module.

If you have issues to report, please create the issue under https://www.drupal.org/project/issues/hook_update_deploy_tools

To get the supported version of this project

Themers Little Helper

Component type

module

Maintenance status

Development status

Downloads

1059

Component created

Component changed

Description

Some of the Filters and functions, backported from TFD7 theme engine and other things that can help a themer getting
stuff done without to much hassle :)

And some of the other filters and functions are copied from other Twig extensions, mainly for our own convenience
and to prevent from having to enable a lot of Twig extensions in a project.

All the filters are aware of Drupal Render array or Markup objects where needed. But this is not 100% watertight