@for (property of propertyRow.properties; track property) {
@if (property.visible) {
@if (property.subLabel) {
{{ property.subLabel | customTranslate }}
}
@if (isInputFieldPropertyType(property.type)) {
}
@if (property.type === FormPropertyType.color) {
}
@if (property.type === FormPropertyType.color_settings) {
}
@if (property.type === FormPropertyType.font) {
}
@if (property.type === FormPropertyType.units) {
}
@if (property.type === FormPropertyType.icon) {
}
@if (property.divider) {
}
}
}