Schema Based Config Forms
6 sites
No security coverage
This module automatically generates configuration forms from your Drupal configuration schema, reducing the need for custom PHP code and minimizing YAML definitions. It supports many common data types and allows for extensions to accommodate more complex data structures.
This module provides a toolset for developers when working with config. An extension of Core's ConfigFormBase class builds configuration forms automatically from config schema. Write less PHP in exchange for writing little to no additional YAML.
Many core data types are supported out of the box, and additional submodules provide support for more types from core and contrib. Additional data types can be supported in other modules via plugins.