
This is a flat (without history) import of (some of) the content from our markdown module. We've imported this without history because the repo contains our blog posts and showcases posts content prior to porting them to strapi. Since this contains many images, it would balloon the size of this repo to import the full history. Instead, please refer to the history of the (archived) markdown repo at: https://github.com/freesewing/markdown
520 B
520 B
title | for | about |
---|---|---|
Pattern configuration file | developers | Reference documentation for the pattern configuration file |
import { version } from '../package.json'
export default {
version,
name: "sorcha",
// More configuration here
}
A pattern configuration file exports a default object with the following properties:
This is about the pattern configuration file, used at build-time.
For run-time configuration, see Pattern settings.