Skip to content
Snippets Groups Projects
Commit 044994a6 authored by Tim Wagner's avatar Tim Wagner
Browse files

[TASK] Only allow 3 chars for currency code

parent 8fda21b2
No related branches found
No related tags found
1 merge request!20[FEATURE] Extended TCAs for Structured Data (SEO)
......@@ -395,6 +395,7 @@ return call_user_func(
'config' => [
'type' => 'input',
'eval' => 'upper',
'max' => 3,
],
],
'salary_unit' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment