Skip to content

Commit

Permalink
Revert "Added Paragraph type export to export Paragraph type's fields…
Browse files Browse the repository at this point in the history
… with command drupal config:export:paragraph:type (#3880)" (#4009)

This reverts commit e30b14d.
  • Loading branch information
LOBsTerr committed Mar 19, 2019
1 parent e30b14d commit 5f84adb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 246 deletions.
5 changes: 0 additions & 5 deletions config/services/config.yml
Expand Up @@ -24,11 +24,6 @@ services:
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager', '@console.validator'] arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager', '@console.validator']
tags: tags:
- { name: drupal.command } - { name: drupal.command }
console.config_export_paragraph_type:
class: Drupal\Console\Command\Config\ExportParagraphTypeCommand
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager', '@console.validator']
tags:
- { name: drupal.command }
console.config_export_single: console.config_export_single:
class: Drupal\Console\Command\Config\ExportSingleCommand class: Drupal\Console\Command\Config\ExportSingleCommand
arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager','@language_manager', '@console.validator'] arguments: ['@entity_type.manager', '@config.storage', '@console.extension_manager','@language_manager', '@console.validator']
Expand Down
241 changes: 0 additions & 241 deletions src/Command/Config/ExportParagraphTypeCommand.php

This file was deleted.

0 comments on commit 5f84adb

Please sign in to comment.