editor.record.form.field.onlineResource.edit.protocol
@if (protocolHint) {
help
}
@for (protocolOption of availableProtocolOptions; track protocolOption) {
{{ protocolOption.label | translate }}
}
@if (activeLayerSuggestion) {
}
@if (loading) {
}
@if (errorMessage) {
editor.record.form.field.onlineResource.edit.identifier.error
}
@if (
!activeLayerSuggestion ||
(_service.url && errorMessage) ||
(modifyMode && (layers$ | async).length === 0)
) {
}
@if (activeLayerSuggestion && (layers$ | async)?.length > 0) {
}
@if (
!modifyMode &&
((activeLayerSuggestion && (layers$ | async)) ||
!activeLayerSuggestion ||
(_service.url && errorMessage))
) {
editor.record.form.field.onlineResource.edit.identifier.submit
}