Open generator
What is?
https://www.drupal.org/docs/creating-custom-modules/creating-custom-fie…
If you want your field settings to be exportable via the configuration management system, or you'd like to support multiple languages, it's important to provide a configuration schema for your field so Drupal knows how to store and export the values collected by your widget settings.
Any module that introduces any configuration into the system MUST define the schema for the configuration the module introduces.
How to use?
Define the schema in schema yml file.
Used template: https://github.com/Chi-teck/drupal-code-generator/blob/master/templates…
Technology