Configuration schema for Drupal 8

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is an API / Utility module for extending Drupal 8 configuration schema.

Current features:
- Browse existing configuration schema types and definitions
- Full validation of configuration data against configuration schema (Reports > Schema)
- Provides an extended TypedConfigManager (and replaces D8 default one).

Planned features:
- Allow configuration schema alteration by modules (hook_config_schema_alter?).
- Provide more configuration schema types to be reused by modules.
- Auto generate configuration forms from schemas.

add_timepicker_into_block

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

You probably look for https://drupal.org/project/timefield

This sandbox is to do:

  1. Make a block
  2. Add a Form (a textfield) into the block
  3. Attach the javascript (https://fgelinas.com/code/timepicker/ ) into the Form
  4. There is no UI

This is mostly a simplified copy of https://drupal.org/project/timefield

Whoops Error Handler

Component type

module

Categories

Maintenance status

Development status

Downloads

682

Component created

Component changed

This module implements the Whoops pretty error handler library into Drupal to catch and provide better debug information at runtime during development, rather than having to investigate the error log pages.

The module registers an error handler once enabled, therefore
should be disabled in a production environment. It also does NOT currently register the error handler if the request being made is being made with AJAX, to prevent strange errors.

Partials

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Makes it possible for modules to have "partials" (think "mini modules") that can implement the same hook that the parent module might have implemented. This is done for code strucure and maintainability.

Entry Gate

Component type

module

Maintenance status

Development status

Component created

Component changed

Block Search engine from indexing site and also unauthorized access while in development or in any condition you want to keep sites secure from others.

If you don't want to put your site in maintanance mode but want to prevent early access to your website during its development, then this module is very helpful for you.

Semi Anonymous

Component type

module

Maintenance status

Development status

Downloads

1653

Component created

Component changed

Profile anonymous users client-side!

Use in-browser localStorage to track people by stashing rich data about client-side activities. This is great for building front-end UX and user intelligence on top of heavily cached pages. This module is an integration/config utility for several dependency tools.

Full Groucho docs on GitHub

Lookie what you get...