Skip to content

Commit 0cccc6d

Browse files
hjuarez20enzolutions
authored andcommitted
[config:export:content:type] Exported the title field (#4083)
1 parent 9a895aa commit 0cccc6d

File tree

3 files changed

+273
-225
lines changed

3 files changed

+273
-225
lines changed

config/services/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- { name: drupal.command }
2727
console.config_export_entity:
2828
class: Drupal\Console\Command\Config\ExportEntityCommand
29-
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager', '@console.validator', '@entity_type.repository']
29+
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager', '@console.validator', '@entity_type.repository', '@config.storage']
3030
tags:
3131
- { name: drupal.command }
3232
console.config_export_single:

0 commit comments

Comments
 (0)