allow foldersOnly setting in duplicateTo modal data
This commit is contained in:
@@ -4,6 +4,7 @@ import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
|
||||
|
||||
export interface UmbDuplicateToModalData extends UmbEntityModel {
|
||||
treeAlias: string;
|
||||
foldersOnly?: boolean;
|
||||
}
|
||||
|
||||
export interface UmbDuplicateToModalValue {
|
||||
|
||||
Reference in New Issue
Block a user