webiny-js icon indicating copy to clipboard operation
webiny-js copied to clipboard

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.

Results 332 webiny-js issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. I have two scenarios that I'm unable to configure the appropriate permissions for. 1. I'd like to be able...

### Is your feature request related to a problem? Please describe. While I can upload webp images, the image component/api doesn't seem to know what to do with them. ###...

This issue is related to our script `scripts/generateTsConfigsInPackages` which generates proper tsconfig .json files for all the workspaces. One little issue with that script is that it completely wipes out...

bug
improvement

### Version 5.24.0 ### Operating System MacOS on Apple Silicon ### Browser Not a browser issue ### What steps will reproduce the bug? Install node modules. It fails due to...

### What steps will reproduce the bug? Create a new content model, and add a `File` field. Switch to the `Preview` tab, and you'll see `Select an image` label. This...

### Version 5.24 ### Operating System MacOS ### Browser Chrome ### What steps will reproduce the bug? Drag an image component to a page. Upload an image smaller than 2500px...

### Is your feature request related to a problem? Please describe. Trying to develop a plugin which extends Page Builder Website Settings, and the problem arises on settings update. Only...

bug
improvement
api

### Version 5.24 ### Operating System Wsl ### Browser Chrome ### What steps will reproduce the bug? Create a model entry with long-text field accepting multiple values. ### What is...

### Is your feature request related to a problem? Please describe. The filter by `status` shown in the screenshot below works on the client side. ![image](https://user-images.githubusercontent.com/3920893/166439433-06179d75-e4c0-468b-9b86-2d17fca40317.png) ### Describe the solution...

improvement
cms

At the moment, an error is being thrown if one would try to create a new content model programmatically, within the GraphQL handler (Lambda function). For example - if we...