Mike Ziegler
Mike Ziegler
**Describe the bug** I have an array of multiple types of objects, that contain something else. Here is the schema: ```javascript export default { name: 'post', title: 'Post', type: 'document',...
Hi, the plugin is great and solved alot of problems for me. It would be nice if the descriptions can also come with some multi language support. It can be...
Hi, I have a feature request about uploading multiple images in an array. This can happen which a drag and drop or selecting the images with either mouse or clicking...
### Minimal, reproducible example ```TypeScript import puppeteer from 'puppeteer'; (async () => { const browser = await puppeteer.launch(); const page = await browser.newPage(); const searchURL = 'someUrlWith' const dynamicValue =...
I have a problem, where I cant delete the pictures I've uploaded. Reproduce the Error: From Dashboard 1. Go to "Media Library" 2. Select an image 3. Click on "delete"...