This directory contains Sveltia CMS configuration files.
Generated by Eleventy during build - Final CMS configuration file that Sveltia CMS uses.
This file is automatically created by the platform/src/admin-config.njk template and combines:
.generated-collections.ymlDo not edit this file manually - it will be overwritten on next build.
Auto-generated by npm run generate:cms - Intermediate collections file.
Created by platform/scripts/generate-cms-config.js based on content type definitions in:
platform/content-types/*/content-type.js (platform defaults)custom/*/content-type.js (custom overrides and new types)Do not edit this file manually - it's regenerated automatically. This file is in .gitignore and should not be committed.
content-type.js filesnpm run generate:cms creates .generated-collections.ymladmin-config.njk template to create final config.ymladmin/config.yml for its configurationTo customize CMS configuration:
platform/content-types/*/content-type.js or create custom types in custom/*/platform/src/admin-config.njk templatenpm run generate:cms && npm run buildSee ../config/ for user-editable site configuration files.