Reinstated (and deprecated) the submitLabel property on public interfaces
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { UmbModalToken } from './modal-token.js';
|
||||
|
||||
export interface UmbPropertyEditorUIPickerModalData {}
|
||||
export interface UmbPropertyEditorUIPickerModalData {
|
||||
/** @deprecated This property will be removed in Umbraco 15. */
|
||||
submitLabel?: string;
|
||||
}
|
||||
|
||||
export type UmbPropertyEditorUIPickerModalValue = {
|
||||
selection: Array<string>;
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
|
||||
|
||||
export interface UmbDataTypePickerFlowModalData {}
|
||||
export interface UmbDataTypePickerFlowModalData {
|
||||
/** @deprecated This property will be removed in Umbraco 15. */
|
||||
submitLabel?: string;
|
||||
}
|
||||
|
||||
export type UmbDataTypePickerFlowModalValue = {
|
||||
selection: Array<string>;
|
||||
|
||||
Reference in New Issue
Block a user