Skip to content
Open
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
4 changes: 4 additions & 0 deletions docusaurus/docs/cms/features/data-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ export default ({ env }) => ({

</Tabs>

:::info
When exporting or transferring data, the admin panel configuration includes project settings such as logos (admin menu logo and authentication logo). These logo files are embedded in the export and re-uploaded to the destination instance during import. This ensures that transferred instances maintain their branding without additional manual setup.
:::

## Usage

The Data Management system is CLI-based only, meaning any import, export, or transfer command must be executed from the terminal. Exhaustive documentation for each command is accessible from the following pages:
Expand Down
Loading