Skip to main content

19 docs tagged with "Content-type Builder"

View All Tags

Back-end customization

All elements of Strapi's back end, like routes, policies, middlewares, controllers, services, models, requests, responses, and webhooks, can be customized.

Configuring fields for content-types

The Content-type Builder is only accessible to create and update content-types when your Strapi application is in a development environment, else it will be in a read-only mode in other environments.

Creating content-types

The Content-type Builder is only accessible to create and update content-types when your Strapi application is in a development environment, else it will be in a read-only mode in other environments.

Custom fields

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

Introduction to plugins

Strapi is built around different types of plugins. Every default Strapi application comes with the following pre-installed plugins:

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 individual assets

Instructions on how to manage assets uploaded to the Media Library, including editing, moving, and deleting assets, and cropping images.

Managing relational fields

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

Models

Strapi models (i.e. content-types, components, and dynamic zones) define a representation of the data structure.

Organizing assets with folders

Instructions on how to use folders in the Media Library, including adding, editing, and deleting folders, and browsing their content.

Writing Content

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