This commit is contained in:
Muammer Top 2021-11-10 17:19:00 +03:00
commit 1f3de39336
3 changed files with 11 additions and 0 deletions

View File

@ -67,6 +67,7 @@ return [
'show_breadcrumb_when_creating_ad',
'show_post_ad_agreement',
'show_input_flag',
'show_order_note',
],
],
'ads_image' => [

View File

@ -500,4 +500,10 @@ return [
'default_value' => true,
],
],
'show_order_note' => [
'type' => 'anomaly.field_type.boolean',
'config' => [
'default_value' => true,
],
],
];

View File

@ -301,4 +301,8 @@ return [
'name' => 'Preview Mode',
'instructions' => 'When this mode is enabled, the ad is previewed by the user.'
],
'show_order_note' => [
'name' => 'Show Order Note',
'instructions' => "Show the order note field which is used to show the customers custom text when their order's payment is approved."
],
];