03

Image Upload and Deployment

Learn how to upload images and deploy changes to the server.

Uploading Images

Learn how to upload images to Manual Editor.

  1. Open Image Picker
    In Form mode, click the "📷 Select Image" button next to the image field.
  2. Upload Image
    In the image picker modal: 1. Click the "📤 Upload" button 2. Select the image file to upload 3. After upload completes, select from the image list
  3. Set Multilingual Images
    In the image picker, select language tabs (🇰🇷 Korean, 🇺🇸 English, 🇯🇵 Japanese, 🇪🇸 Spanish) to set different images for each language.

Checking Sync Status

Learn how to check the synchronization status between YAML files and Sanity CMS.

Sync Status Icon
You can check the current status with the sync status icon in the header:
  • Synced: YAML and Sanity match
  • ⚠️ Has Differences: Some fields differ
  • Not Deployed: Document not in Sanity
  • 🔄 Checking: Checking status
Sidebar Indicator
In the sidebar section list:
  • Yellow dot (🟡): Section not deployed to server
  • None: Section deployed to server
Sections with yellow dots need to be deployed by clicking the "Server Deployment" button.

Deploying to Server

Learn how to sync changes to Sanity CMS and deploy to the server.

  1. Check Changes
    Verify that your edits have been auto-saved. (Auto-saved after 2 seconds or when switching sections)
  2. Click Server Deployment Button
    Click the "🚀 Server Deployment" button in the header.
    • A full-screen loading overlay will appear
    • Synchronization to Sanity CMS will proceed
    • Results will be shown in a toast message when complete
  3. Git Commit (Optional)
    Click the "▼" button next to "🚀 Server Deployment" to select "Deploy + Commit". To perform Git Commit: 1. Enter Git username and email 2. Enter commit message 3. Click "🚀 Deploy + Commit" button
Important Notes
  • Server deployment is performed only for the currently open section.
  • Git Commit also includes only the current section file and all images for that product.
  • It is recommended to check the sync status before deployment to ensure there are no differences.