fix: add Currency fieldtype

This commit is contained in:
git-avc 2026-01-13 23:43:09 +01:00
parent bfb8ccb628
commit 59c3a02f28

View file

@ -477,7 +477,7 @@
"options": "JS"
},
{
"depends_on": "eval:in_list([\"Data\", \"Int\", \"Float\"], doc.fieldtype)",
"depends_on": "eval:in_list([\"Data\", \"Int\", \"Float\", \"Currency\", \"Percent\"], doc.fieldtype)",
"fieldname": "alignment",
"fieldtype": "Select",
"label": "Alignment",