i try to add a file browse button in panel side div but i can’t
.addTextInput({
path: 'imageURL',
name: 'URL',
description: 'A valid image URL i',
settings: {
placeholder: 'https://example.com/image.jpg',
},
showIf: (config) => config.type === 'image',
}).
the above code is add textbox ,how to add file browser button in page?