@if (propertyItemType === FormPropertyType.textarea) {
}
@if (propertyItemType === FormPropertyType.number) {
}
@if (propertyItemType === FormPropertyType.fieldset) {
{{ 'dynamic-form.property.properties' | translate }}
}
@if (propertyItemType === FormPropertyType.htmlSection) {
}
@if ([FormPropertyType.select, FormPropertyType.radios].includes(propertyItemType)) {
}
@if ([FormPropertyType.javascript, FormPropertyType.markdown].includes(propertyItemType)) {
}
@if (propertyItemType === FormPropertyType.datetime) {
{{ 'dynamic-form.property.enable-clear-button' | translate }}
}
@if (propertyItemType === FormPropertyType.textarea) {
dynamic-form.property.default-value
}
@if (propertyItemType === FormPropertyType.javascript) {
}
@if (propertyItemType === FormPropertyType.json) {
}
@if (propertyItemType === FormPropertyType.html) {
}
@if (propertyItemType === FormPropertyType.css) {
}
@if (propertyItemType === FormPropertyType.markdown) {
}
@if (propertyItemType === FormPropertyType.image && !isArray) {
}
@if (propertyItemType === FormPropertyType.radios) {
}
@if (propertyItemType === FormPropertyType.units) {
{{ 'dynamic-form.property.support-unit-conversion' | translate }}
}
@if (isPropertyTypeAllowedForRow(propertyItemType)) {
}