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

## Related Issue #2629 ## Changes I remove the utf8 encoding parameter from the call to fs.readFileSync which caused the static non-text assets (images, videos) to be broken/inaccessible. ## How...

## Changes Add generated pages update on Page Block update (linked blocks) ## How Has This Been Tested? Manual (not completed) ## Documentation None

## Changes Make getElementTree composable. Filter out ref blocks from Navigator tree. ## How Has This Been Tested? Manual ## Documentation None

## Changes Remove "Save" button for ref blocks ## How Has This Been Tested? Manual ## Documentation None

## Changes Umbrella PR for the CMS Model Field Aliases. To minimise the amount of changes, existing `fieldId` property will be used as an alias. We could say it is...

feature

### Version 5.31.0 ### What are the steps to reproduce this bug? Create a 5.31. project, or upgrade an older project to that version, and run a deploy. ### What...

bug
good first issue

### Is your feature request related to a problem? Please describe. We are currently configuring our website domain and would like the preview domain to also be configurable, but it's...

feature request

### Version Presumably all >=5.29.0 are affected. ### What are the steps to reproduce this bug? Create a project and apply a custom domain to `admin` and `api` apps, following...

bug
good first issue

### Version Presumably, all >=5.29. versions. ### What are the steps to reproduce this bug? Create a new project, use DynamoDB + Elasticsearch setup, and deploy. ### What is the...

bug
good first issue

## Changes This PR contains new cypress tests on the categories (milestone 3). It also includes new data-test-ids on elements that the tests interact with. ## How Has This Been...