Currently we have the label property exported in the datetime component but this property is not used anywhere except on the properties panel with the static value Date time.
We should remove this property and use the existing ones dateLabel and timeLabel
Why should we do it?
To keep the exported schema clean with only relevant data
What should we do?
Currently we have the
label
property exported in the datetime component but this property is not used anywhere except on the properties panel with the static valueDate time
.We should remove this property and use the existing ones
dateLabel
andtimeLabel
Why should we do it?
To keep the exported schema clean with only relevant data