mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
36207f94b5
@ -67,6 +67,7 @@ return [
|
||||
'show_breadcrumb_when_creating_ad',
|
||||
'show_post_ad_agreement',
|
||||
'show_input_flag',
|
||||
'show_order_note',
|
||||
],
|
||||
],
|
||||
'ads_image' => [
|
||||
|
||||
@ -500,4 +500,10 @@ return [
|
||||
'default_value' => true,
|
||||
],
|
||||
],
|
||||
'show_order_note' => [
|
||||
'type' => 'anomaly.field_type.boolean',
|
||||
'config' => [
|
||||
'default_value' => true,
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -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."
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user