Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developer-docs/latest/development/custom-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ canonicalUrl: https://docs.strapi.io/developer-docs/latest/development/custom-fi
# Custom fields

::: callout 🚧 Pre-release feature
Custom fields are a pre-release feature. To create a new Strapi application with custom fields, run `npx create-strapi-app@custom-fields --quickstart name-of-the-project`.
Custom fields are a pre-release feature. To create a new Strapi application with custom fields, run `npx create-strapi-app@beta --quickstart name-of-the-project`.
:::

Custom fields extend Strapi’s capabilities by adding new types of fields to content-types and components. Once created or installed, custom fields can be used in the Content-Type Builder and Content Manager just like built-in fields.
Expand Down