Skip to content

Commit

Permalink
Update export.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cancan101 authored Dec 10, 2024
1 parent 1c411df commit e2811dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/export.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,13 @@ services:
tags:
- { name: pimcore.data_object.grid_column_config.operator_factory, id: Alias }

pimcore.data_object.grid_column_config.operator.factory.versiongetter:
class: Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\DefaultOperatorFactory
arguments:
$className: Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\VersionGetter
tags:
- { name: pimcore.data_object.grid_column_config.operator_factory, id: VersionGetter }

pimcore.data_object.grid_column_config.operator.factory.workflowstate:
class: Pimcore\Bundle\AdminBundle\DataObject\GridColumnConfig\Operator\Factory\WorkflowStateFactory
tags:
Expand Down

0 comments on commit e2811dd

Please sign in to comment.