{{ itemName }}
@if (mobilePageRowForm.get('label').hasError('required') && mobilePageRowForm.get('label').touched) { warning } @if (mobilePageRowForm.get('label').hasError('pattern') && mobilePageRowForm.get('label').touched) { warning } @if (mobilePageRowForm.get('label').hasError('maxlength') && mobilePageRowForm.get('label').touched) { warning } @if (isCustomMenuItem) { }
@if (!disabled) { @if (isDefaultMenuItem) { } @if (isCustomMenuItem) { } }