Settings API - Custom units schema table
Custom units (builtin:custom-unit
)
Here you can create custom units.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:custom-unit |
| environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
newUnitName | Unit name | text | Unit name has to be unique and is used as identifier. E.g: Byte, Second, BytePerMinute | required |
newUnitPluralName | Unit plural name | text | Unit plural name represent the plural form of the unit name. E.g: Bytes, Seconds | required |
newUnitSymbol | Unit symbol | text | Unit symbol has to be unique. E.g: s, m/s, B/min, bit/s | required |
newUnitDescription | Unit description | text | Unit description should provide additional information about the new unit E.g: Byte: 8 bits of information | required |