-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a289c35
commit 0d90c13
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,15 +180,15 @@ sylius_grid: | |
label: bitbag_sylius_blacklist_plugin.ui.fraud_status | ||
options: | ||
template: "@BitBagSyliusBlacklistPlugin/Customer/Grid/Field/fraudStatus.html.twig" | ||
filters: | ||
... | ||
fraudStatus: | ||
type: select | ||
label: bitbag_sylius_blacklist_plugin.ui.fraud_status | ||
form_options: | ||
choices: | ||
bitbag_sylius_blacklist_plugin.ui.neutral: Neutral | ||
bitbag_sylius_blacklist_plugin.ui.blacklisted: Blacklisted | ||
filters: | ||
... | ||
fraudStatus: | ||
type: select | ||
label: bitbag_sylius_blacklist_plugin.ui.fraud_status | ||
form_options: | ||
choices: | ||
bitbag_sylius_blacklist_plugin.ui.neutral: Neutral | ||
bitbag_sylius_blacklist_plugin.ui.blacklisted: Blacklisted | ||
``` | ||
Override Customer form template (`@SyliusAdminBundle\Customer\_form.html.twig`) by adding lines below | ||
|
@@ -311,4 +311,4 @@ This plugin's source code is completely free and released under the terms of the | |
--- | ||
If you want to contact us, the best way is to fill the form on [our website](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_blacklist) or send us an e-mail to [email protected] with your question(s). We guarantee that we answer as soon as we can! | ||
|
||
[![](https://bitbag.io/wp-content/uploads/2020/10/footer.png)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_blacklist) | ||
[![](https://bitbag.io/wp-content/uploads/2020/10/footer.png)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_blacklist) |