Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Homepage API #2474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
May 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
774 changes: 774 additions & 0 deletions docusaurus/docs/cms/admin-panel-customization/homepage.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docusaurus/docs/cms/configurations/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The `config/features.js|ts` file is used to enable feature flags. Currently this

Some incoming Strapi features are not yet ready to be shipped to all users, but Strapi still offers community users the opportunity to provide early feedback on these new features or changes. With these experimental features, developers have the flexibility to choose and integrate new features and changes into their Strapi applications as they become available in the current major version as well as assist us in shaping these new features.

Such experimental features are indicated by a <FeatureFlagBadge /> badge throughout the documentation and enabling these features requires enabling the corresponding future flags. Future flags differ from features that are in alpha in that future flags are disabled by default.
Such experimental features are indicated by a <FeatureFlagBadge /> badge throughout the documentation, where the name of the feature flag to use is included in the badge (e.g., <FeatureFlagBadge feature="FeatureFlagName" />). Enabling these features requires enabling the corresponding future flags. Future flags differ from features that are in alpha in that future flags are disabled by default.

:::danger
Enable future flags at your own risk. Experimental features may be subject to change or removal, may contain breaking changes, may be unstable or not fully ready for use, and some parts may still be under development or using mock data.
Expand Down
8 changes: 6 additions & 2 deletions docusaurus/docs/cms/features/admin-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ The admin panel is the back office of your Strapi application. From the admin pa
<ThemedImage
alt="Homepage of the Admin Panel"
sources={{
light: '/img/assets/getting-started/admin-panel-homepage.png',
dark: '/img/assets/getting-started/admin-panel-homepage_DARK.png',
light: '/img/assets/admin-homepage/admin-panel-homepage-with-tour.png',
dark: '/img/assets/admin-homepage/admin-panel-homepage-with-tour_DARK.png',
}}
/>

:::tip
You can [create your own widgets](/cms/admin-panel-customization/homepage) to customize the admin panel's homepage.
:::

## Overview

:::prerequisites
Expand Down
9 changes: 9 additions & 0 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const sidebars = {
id: 'cms/features/draft-and-publish'
},
'cms/features/email',

{
type: 'doc',
label: 'Internationalization (i18n)',
Expand Down Expand Up @@ -293,6 +294,14 @@ const sidebars = {
'cms/admin-panel-customization/wysiwyg-editor',
]
},
{
type: 'doc',
label: 'Homepage customization',
id: 'cms/admin-panel-customization/homepage',
customProps: {
new: true,
}
},
'cms/cli',
{
type: 'doc',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.