Skip to main content

11 docs tagged with "Components"

View All Tags

Creating content-types

The Content-type Builder allows to create new content-types, single and collection types.

Custom fields

Learn how you can use custom fields to extend Strapi's content-types capabilities.

Introduction to the Content-type Builder

The Content-type Builder is a core plugin of Strapi. It is a feature that is always activated by default and cannot be deactivated. The Content-type Builder is however only accessible when the application is in a development environment.

Managing relational fields

Instructions to manage relation-type fields, called "relational fields", which establish a relation between two content-types.

Understanding populate

Learn what populating means and how you can use the populate parameter in your REST API queries to add additional fields to your responses.

Writing Content

Instructions to write content by filling up fields that are meant to contain specific content (e.g. text, numbers, media etc.).