Admin injection zones
Extend and customize the Strapi admin panel by injecting React components into predefined or custom injection zones.
Extend and customize the Strapi admin panel by injecting React components into predefined or custom injection zones.
In Strapi 5, the Content Manager is a plugin, which affects the injectContentManagerComponent() method, replaced by getPlugin('content-manager').injectComponent().
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.
Strapi 5 でできるカスタマイズの概要です。
カスタムフィールドで Strapi のコンテンツタイプの能力を拡張する方法を扱います。
お気に入りのオープンソースヘッドレス CMS、Strapi を数分で起動する手順です。
コンテンツマネージャーの使い方です。
Strapi 5 の Content History 機能で、コンテンツマネージャーからドキュメントの過去バージョンを参照・復元する方法を説明します。
プレビュー機能で、コンテンツマネージャーからフロントエンドの表示を確認できます。
Strapi を利用する際によくある問題への回答と対処法です。
Strapi 5 の Draft & Publish で下書きを管理し、公開・非公開する方法です。