Skip to content

Commit

Permalink
[config:export:content:type] Exported the title field (#4083)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed Jun 10, 2019
1 parent 9a895aa commit 0cccc6d
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 225 deletions.
2 changes: 1 addition & 1 deletion config/services/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- { name: drupal.command }
console.config_export_entity:
class: Drupal\Console\Command\Config\ExportEntityCommand
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager', '@console.validator', '@entity_type.repository']
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager', '@console.validator', '@entity_type.repository', '@config.storage']
tags:
- { name: drupal.command }
console.config_export_single:
Expand Down
Loading

0 comments on commit 0cccc6d

Please sign in to comment.