decimal settings

This commit is contained in:
vedatakd 2020-03-16 17:38:20 +03:00
parent 8c19187f00
commit 66d5990574

View File

@ -114,6 +114,11 @@ class VisiosoftModuleAdvsCreateAdvsFields extends Migration
'order' => 'anomaly.field_type.integer',
'price' => [
'type' => 'visiosoft.field_type.decimal',
'config' => [
'decimal' => 2,
'separator' => '.',
'point' => ','
],
],
'currency' => [
'type' => 'anomaly.field_type.select',