feat: folder selection support in useMediaAsset and file widget (#706)
This commit is contained in:
@ -562,6 +562,7 @@ export interface MediaField extends BaseField {
|
||||
choose_url?: boolean;
|
||||
multiple?: boolean;
|
||||
media_library?: MediaLibraryConfig;
|
||||
select_folder?: boolean;
|
||||
}
|
||||
|
||||
export interface BooleanField extends BaseField {
|
||||
|
Reference in New Issue
Block a user