Skip to content

Instantly share code, notes, and snippets.

@lchrusciel
Created May 15, 2024 19:19
Show Gist options
  • Save lchrusciel/595fcd7612d788da29ebd503d312ba3a to your computer and use it in GitHub Desktop.
Save lchrusciel/595fcd7612d788da29ebd503d312ba3a to your computer and use it in GitHub Desktop.
<service id="App\Promotion\Action\FreeItemPromotionActionCommand">
<tag name="sylius.promotion_action" type="free_item" label="app.form.promotion_action.free_item" form-type="App\Form\Type\Promotion\Action\FreeItemConfigurationType" />
</service>
App\Promotion\Action\FreeItemPromotionActionCommand:
tags:
- {
name: sylius.promotion_action,
type: free_item,
label: 'app.form.promotion_action.free_item',
form_type: App\Form\Type\Promotion\Action\FreeItemConfigurationType
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment