To make your preset visible in the Marketplace, you must add a new entry to the docs/marketplace/preset.json file in your fork.
- Open
docs/marketplace/preset.json and click the edit icon (✏️). - Scroll to the bottom of the file.
- Add a comma
, after the last closing curly brace }. - Paste the following template and fill in your details:
"unique-preset-id": {
"name": "Preset Name",
"author": "Name or Username",
"url": "https://github.com/my-username",
"description": "A short, engaging description of your preset's look and feel."
}
Field Definitions:
unique-preset-id: A unique identifier in kebab-case. Crucial: This must match your preset file name and image file name (excluding the extension).name: The display name for your preset.author: Your name or username for credit.url: A link to your GitHub profile, website, or social media.description: A short description. Supports Markdown link syntax [Text](URL).