Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
With this PR, we're hiding the PB element extensions, as some of the things that it relies on are not yet ready to go out.
Extra Changes
We also fixed an issue where, when generating a new extension, versions of @webiny/ packages that were already set in the selected extension's package.json file (in extension templates, example here), would not get set to the Webiny version that the project is running on.
That's why, this PR also closes #4367. Thanks @alifeinbinary for reporting this issue! 😊
Changes
With this PR, we're hiding the PB element extensions, as some of the things that it relies on are not yet ready to go out.
Extra Changes
We also fixed an issue where, when generating a new extension, versions of
@webiny/
packages that were already set in the selected extension'spackage.json
file (in extension templates, example here), would not get set to the Webiny version that the project is running on.That's why, this PR also closes #4367. Thanks @alifeinbinary for reporting this issue! 😊
How Has This Been Tested?
Manually.
Documentation
Non needed.