Skip to content

Instantly share code, notes, and snippets.

@ainsofs
Created August 24, 2020 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ainsofs/0bf067ed150c50d4108b45a1667a46af to your computer and use it in GitHub Desktop.
Save ainsofs/0bf067ed150c50d4108b45a1667a46af to your computer and use it in GitHub Desktop.
export content type using drupal console
# export content type using drupal console
drupal config:export:content:type page \
--module="demo" \
--optional-config \
--remove-uuid \
--remove-config-hash
more: https://drupalconsole.com/docs/en/commands/config-export-content-type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment