603 B
603 B
title |
---|
hide |
The hide
key in the pattern configuration file allow you to configure
parts that should be hidden by default.
Hidden means that they will be drafted, but not rendered. This is
typically used for a base part on which other parts are built.
Note that hidden parts will be rendered when the user requests to only draft some parts of a pattern and includes the hidden part(s).
Structure
An array of strings that holds part names.
Example
hide: [
"base"
]
In the configuration above, the base
part will be hidden by default.