Adding assets
Instructions to add assets to the Media Library
Instructions to add assets to the Media Library
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.
Instructions to configure the edit view and list view of a content-type in a Strapi application.
Learn how you can use custom fields to extend Strapi's content-types capabilities.
Strapi includes 2 main components:
Find some answers and solutions to most common issues that you may experience when working with Strapi.
In Strapi 5, the Content Manager is a plugin, which affects the injectContentManagerComponent() method, replaced by getPlugin('content-manager').injectComponent().
Strapi is built around different types of plugins. Every default Strapi application comes with the following pre-installed plugins:
Introduction to the Content Manager which allows to write content for collection types and single types.
Instructions on how to manage assets uploaded to the Media Library, including editing, moving, and deleting assets, and cropping images.
Get ready to get Strapi, your favorite open-source headless cms up and running in less than 3 minutes.
Strapi builds and maintains plugins that extend the functionality of a core Strapi application. This section is a reference guide to the pre-installed plugins and additional plugins developed by Strapi, which are available in the Marketplace. Additional documentation on plugins is provided in the relevant sections of the User Guide and the Developer Documentation, however, a brief plugin description, how the installed plugin works, and changes to the admin panel is provided.
In Strapi 5, some admin panel hooks have been removed from the Redux store and a new `useDocumentLayout` hook is introduced.
In Strapi 5, there is no `content-manager_rbacManager` anymore, and the regular permissions system is used instead.
In Strapi 5, the redux store for the Content Manager has been changed and some redux actions were removed.
Learn how you can use the Content History feature of Strapi 5 to browse and restore previous versions of documents from the Content Manager.