Breadblack_collection_compressed.zip Apr 2026

The rich text field (use your specific custom field API name if it differs from Body__c ). ⚙️ 2. The Properties File ( article.properties )

Create a file named BreadblackArticles.csv . This file contains the actual content of your articles. Ensure the encoding is set to . Copy and paste the following content into the file:

To create a valid article import file like Breadblack_collection_compressed.zip , you must follow a strict file structure dictated by the platform. Breadblack_collection_compressed.zip

Right-click and choose (Mac) or Send to > Compressed (zipped) folder (Windows).

⚠️ Do not place the files inside a folder and then zip the folder. The CSV and properties files must sit directly at the root level of the zip archive, or the Salesforce importer will fail. The rich text field (use your specific custom

Title,Summary,Body__c,UrlName,Language,IsVisibleInPrm "Introduction to Breadblack","An overview of the Breadblack collection."," Welcome to the official Breadblack collection documentation. This article covers the basic elements and design philosophy of the collection. ","intro-to-breadblack","en_US","True" "Breadblack Care Instructions","How to maintain your Breadblack items."," To ensure the longevity of your Breadblack collection items, avoid direct exposure to moisture and store them in a cool, dry place. ","breadblack-care-instructions","en_US","True" Use code with caution. Copied to clipboard The display name of your article.

The unique URL slug (letters, numbers, and hyphens only). This file contains the actual content of your articles

Breadblack_collection_compressed/ │ ├── BreadblackArticles.csv └── article.properties Use code with caution. Copied to clipboard 📝 1. The CSV File ( BreadblackArticles.csv )