#3512 Enabled Currencies make it tag

This commit is contained in:
Muammer Top 2021-03-18 16:31:13 +03:00
parent 69d24bc30e
commit 33aec0f5d4

View File

@ -173,6 +173,7 @@ return [
'type' => 'anomaly.field_type.checkboxes',
'required' => true,
'config' => [
'mode' => 'tags',
'default_value' => function () {
return [config('streams::currencies.default')];
},