From e1db8fa7f5ba8ee8d05b07ec07ed11de5ed79b89 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 02:28:04 +0000 Subject: [PATCH] Document admin logo transfer in data export/import --- docusaurus/docs/cms/features/data-management.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docusaurus/docs/cms/features/data-management.md b/docusaurus/docs/cms/features/data-management.md index 5d945c21dd..c68cd2eb56 100644 --- a/docusaurus/docs/cms/features/data-management.md +++ b/docusaurus/docs/cms/features/data-management.md @@ -126,6 +126,10 @@ export default ({ env }) => ({ +:::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: