Configuration schema for Drupal 8

Categories

Component ID

2272679

Component name

Configuration schema for Drupal 8

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

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.