15 lines
242 B
Markdown
15 lines
242 B
Markdown
---
|
|
title: hide
|
|
---
|
|
|
|
```js
|
|
hide: [
|
|
"base"
|
|
]
|
|
```
|
|
|
|
An array that lists pattern parts that should be hidden by default.
|
|
|
|
Hidden means that they will be drafted, but not rendered. Typically used
|
|
for a base part on which other parts are built.
|
|
|