webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.29k stars 601 forks source link

Headless CMS / `createModelField` Function - Add Missing Fields #4097

Closed adrians5j closed 4 months ago

adrians5j commented 4 months ago

Changes

This PR ensures that helpText, placeholderText, and renderer fields are taken into consideration upon defining a model field via the createModelField function. Prior to this PR, these fields would get ignored.

How Has This Been Tested?

Manually / relying on existing Jest tests.

Documentation

N/A