Custom fields beta release

Hello everyone!

We’re excited to share the update on the awaited custom fields feature.
You now have the possibility to test its beta version using the following command:

npx create-strapi-app@beta

We have also created a color-picker custom field that you can install with the command:

yarn add @strapi/plugin-color-picker

Follow the beta version of the documentation to test the feature.

We would love to hear what you think about it ! Please share your feedback in this thread or join the #custom-fields-beta channel on Discord.

Stay tuned for new updates!
Cheers,
The Strapi team

7 Likes

Hello again, everyone!

We added an enhancement to the custom fields beta and improved the TypeScript typings.
You can try the updated version using this command line:

npx create-strapi-app@rc

As usual, any feedback is appreciated :slight_smile:

Thank you Nastia, this looks great! When can we expect it to be released?