fix: add Currency fieldtype
This commit is contained in:
parent
bfb8ccb628
commit
59c3a02f28
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue