Add decimalplaces property to number field

Added 'decimalplaces' property to the number field in opensign.yaml.
This commit is contained in:
prafull-opensignlabs
2025-10-17 10:42:13 +05:30
committed by GitHub
parent 537949b7c3
commit 6337f3057e
+1
View File
@@ -1668,6 +1668,7 @@ paths:
"readonly": false,
"default": 0,
"formula": "",
"decimalplaces": 2
}
```