Hi everyone!
I need to create a simple attribute with a default value. In the L3 config (see the below example), I was adding a parameter and setting a default value but it is not working. Can anyone please help me?
Thanks,
Eren
```
{
"label": "Unit of Measure",
"name": "UnitOfMeasure",
"type": "String",
"hidden": false,
"important": false,
"system": false,
"required": false,
"faceted": false,
"searchable": false,
"uri": "configuration/entityTypes/PriceSpecification/attributes/UnitOfMeasure",
"lookupCode": "rdm/lookupTypes/UnitOfMeasure",
"skipInDataAccess": false,
"defaultValues" : "EA"},
```