Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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.

Project information