Export Configuration using Drupal Console into a Module
Submitted by system on Fri, 02/25/2022 - 13:08Drupal console can be used to export configuration to an existing module.
Exporting Content Types : Remove UUID and Config hash. Also specify module as ji_custom in this case
vendor/drupal/console/bin/drupal config:export:content:type support_ticket --remove-uuid --remove-config-hash --module=ji_custom
Exporting Custom Entity types, in this case generated using ECK module