Skip to main content

45 docs tagged with "admin panel"

View all tags

Admin hooks

Create and register hooks in Strapi plugins to let other plugins add personalized behavior to your application.

Admin injection zones

Extend and customize the Strapi admin panel by injecting React components into predefined or custom injection zones.

Admin localization

Provide translations for your Strapi plugin's admin panel interface using registerTrads and react-intl.

Admin navigation & settings

Add menu links, create settings sections, and configure settings links for your Strapi plugin in the admin panel.

Admin Panel API overview

The Admin Panel API exposes register, bootstrap, and registerTrads hooks to inject React components and translations into Strapi's UI. Menu, settings, injection zone, reducer, and hook APIs let plugins add navigation, configuration panels, or custom actions.

Admin panel customization

The administration panel of Strapi can be customized according to your needs, so you can make it reflect your identity.

API Tokens

Learn how you can use API tokens to manage end-users authentication.

Audit Logs

Learn how you can use the Audit Logs feature of Strapi 5.

Content Manager APIs

The Content Manager APIs reference lists the APIs available to plugins for adding actions and options to the Content Manager List view and Edit view.

Custom Fields

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

Customization

Learn more about Strapi 5 customization possibilities

Data Management

Learn to use the Data Management to import, export, or transfer data between different Strapi instances.

Documentation plugin

By using Swagger UI, the API documentation plugin takes out most of your pain to generate your documentation.

Email

Send email from your server or externals providers.

FAQ

Find some answers and solutions to most common issues that you may experience when working with Strapi.

Favicon

Replace the favicon displayed in Strapi's admin panel.

GraphQL plugin

Use a GraphQL endpoint in your Strapi project to fetch and mutate your content.

Internationalization

Learn how to use the Internationalization (i18n) feature that enables content managers to translate the content

Logos

Customize the logos displayed in Strapi's admin panel.

Media Library

Learn to use the Media Library which allows to display and manage all assets uploaded in the application.

Models

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

Redux store & reducers

Add custom reducers, read state, dispatch actions, and subscribe to changes in Strapi's admin panel Redux store from your plugin.

Releases

Learn how to use the Releases feature that enables content managers to organize entries to publish/unpublish simultaneously

Review Workflows

Learn how to use the Review Workflows feature that enables the creation and management of workflows for your various content-types

Single Sign-On (SSO)

Learn to use the SSO feature which manages authentication through an identity provider.

SSO configuration

Strapi's SSO allows you to configure additional sign-in and sign-up methods for your administration panel. It requires an Enterprise Edition with a Gold plan.

Users & Permissions

Learn to use the Users & Permissions and API tokens features to manage end-users.