Configuration Options

Configuration File All configuration options for Netlify CMS are specified in a config.yml file, in the folder where you access the editor UI (usually in the /admin folder). Alternatively, you can specify a custom config file using a link tag: <!– Note the “type” and “rel” attribute values, which are required. –> <link href=”path/to/config.yml” type=”text/yaml” …

Collection Types

All editable content types are defined in the collections field of your config.yml file, and display in the left sidebar of the Content page of the editor UI. Collections come in two main types: folder and files. Folder collections Folder collections represent one or more files with the same format, fields, and configuration options, all …