mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-07 13:56:05 -06:00
#4810 Muzayede needs
This commit is contained in:
parent
a378de5f64
commit
30ec74d5db
@ -67,6 +67,7 @@ return [
|
|||||||
'show_breadcrumb_when_creating_ad',
|
'show_breadcrumb_when_creating_ad',
|
||||||
'show_post_ad_agreement',
|
'show_post_ad_agreement',
|
||||||
'show_input_flag',
|
'show_input_flag',
|
||||||
|
'show_order_note',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'ads_image' => [
|
'ads_image' => [
|
||||||
|
|||||||
@ -500,4 +500,10 @@ return [
|
|||||||
'default_value' => true,
|
'default_value' => true,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
'show_order_note' => [
|
||||||
|
'type' => 'anomaly.field_type.boolean',
|
||||||
|
'config' => [
|
||||||
|
'default_value' => true,
|
||||||
|
],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
@ -301,4 +301,8 @@ return [
|
|||||||
'name' => 'Preview Mode',
|
'name' => 'Preview Mode',
|
||||||
'instructions' => 'When this mode is enabled, the ad is previewed by the user.'
|
'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