Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655
.
This commit is contained in:
parent
994874fa72
commit
cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions
|
@ -1,9 +1,10 @@
|
|||
***
|
||||
|
||||
## title: code
|
||||
---
|
||||
title: code
|
||||
---
|
||||
|
||||
```js
|
||||
code: "Joost De Cock",
|
||||
```
|
||||
|
||||
The name of the developer.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
***
|
||||
|
||||
## title: department
|
||||
---
|
||||
title: department
|
||||
---
|
||||
|
||||
```js
|
||||
department: "menswear",
|
||||
|
@ -8,7 +8,7 @@ department: "menswear",
|
|||
|
||||
One of the following:
|
||||
|
||||
* menswear
|
||||
* womenswear
|
||||
* unisex
|
||||
* accessories
|
||||
- menswear
|
||||
- womenswear
|
||||
- unisex
|
||||
- accessories
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
***
|
||||
|
||||
## title: design
|
||||
---
|
||||
title: design
|
||||
---
|
||||
|
||||
```js
|
||||
design: "Joost De Cock",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
***
|
||||
|
||||
## title: difficulty
|
||||
---
|
||||
title: difficulty
|
||||
---
|
||||
|
||||
```js
|
||||
difficulty: 3
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
***
|
||||
|
||||
---
|
||||
title: UI configuration
|
||||
order: 100
|
||||
----------
|
||||
---
|
||||
|
||||
Patterns also take these configuration options to facilitate UI integration:
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
***
|
||||
|
||||
## title: The advanced option group
|
||||
---
|
||||
title: The advanced option group
|
||||
---
|
||||
|
||||
Naming an option group `advanced` will hide it by default from the user
|
||||
unless they enable *expert mode*.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
***
|
||||
---
|
||||
title: optionGroups
|
||||
---
|
||||
|
||||
## title: optionGroups
|
||||
|
||||
Organises your pattern options in groups.
|
||||
Organises your pattern options in groups.
|
||||
It expects an object where the key is the group title, and the value an array of options:
|
||||
|
||||
```js
|
||||
|
@ -26,3 +26,4 @@ Options that are not included in the `optionGroup` configuration won't be
|
|||
exposed in the frontend and thus will be unavailable to the user.
|
||||
|
||||
</Note>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
***
|
||||
|
||||
## title: Nested option groups
|
||||
---
|
||||
title: Nested option groups
|
||||
---
|
||||
|
||||
You can create sub-groups within an option group:
|
||||
|
||||
|
@ -24,3 +24,4 @@ optionGroups: {
|
|||
Only create subgroups one level deep.
|
||||
We do not support groups in groups in groups.
|
||||
</Warning>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
***
|
||||
|
||||
## title: tags
|
||||
---
|
||||
title: tags
|
||||
---
|
||||
|
||||
```js
|
||||
tags: ["underwear", "top", "basics"],
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
***
|
||||
|
||||
## title: type
|
||||
---
|
||||
title: type
|
||||
---
|
||||
|
||||
```js
|
||||
type: "pattern",
|
||||
|
@ -8,5 +8,5 @@ type: "pattern",
|
|||
|
||||
One of the following:
|
||||
|
||||
* pattern
|
||||
* block
|
||||
- pattern
|
||||
- block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue