Skip to main content

File type (custom)

Referenced In

Fields

FieldTypeDescriptionDefault
namestringOptional. Name of the file type.
extendsstringOptional. Base template to extend.

Accepted values: markdown, asciidoc, html
extensionsone of:
- string
- array of string
Optional. File extensions to use with type.
inlineStatementsobject(Inline statement definition)Optional. Statements to include tests and steps inside the content of the file, such as within Markdown.
markuparray of object(Markup definition)Optional. Markup definitions for the file type.

Examples

{
"name": "example",
"extends": "markdown",
"inlineStatements": {},
"markup": []
}