-
-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[config:export:content:type] Title field label setting not exported #3109
Comments
I can't even seem to get that far....? What am I doing wrong here. Why is it asking about a module??
Version infoDrupal version: 8.2.6 |
@worthwhileindustries : That's the module where you'd like the configuration housed. So when you enable the module, this configuration gets imported. |
Thanks for clarifying that. I guess I can copy from a module. Not sure why there is no option to export to sync or other directory AFAIK. Your workaround seems to work. |
Resolved with PR #4083 |
Problem/Motivation
On running the
drupal config:export:content:type
command, deleting the content type, and then importing exported content type configuration, the title field label gets set to the default "Title" even though it was set to something else before export.How to reproduce
drupal config:export:content:type
to export it.Version info
Solution
Include the missing
core.base_field_override.node.CONTENT_TYPE.title.yml
in the export as it doesn't seem to be included.Workaround
Run
drush cex -y
, copy the file from there, and include it with your other YAML files for the content type.The text was updated successfully, but these errors were encountered: