Installation
Last updated on
21 October 2021
Enable the module either via the Extend page or via Drush. You might also want to enable the field_create_from_json submodule to convert JSON to YAML.
drush en field_create -y
drush en field_create_from_json -yOnce installed, you need to update the core.extension.yml file in order to be able to import the configuration files later. Just export the latest changes with Drush...
drush config-export -y...or manually edit the file to add this line in the module list:
module:
# list of activated module...
field_create: 0
Help improve this page
Page status: No known problems
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion