@if (currentRootElement.type === 'section') {
}
@if (currentRootElement.type === 'container' || currentRootElement.type === 'group') {
}
@if (currentRootElement.type === 'repeatable-section') {
}
@if (currentRootElement.type === 'dynamic-table') {
}
@if (currentRootElement.type === 'readonly' && currentRootElement.field.params.field.type === 'dynamic-table') {
}
}