feat(pattern-info): include depracted info
This commit is contained in:
parent
43b70a73da
commit
c3157584d4
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ for (let pattern of Object.keys(patterns)) {
|
||||||
department: patterns[pattern].department,
|
department: patterns[pattern].department,
|
||||||
type: patterns[pattern].type,
|
type: patterns[pattern].type,
|
||||||
difficulty: patterns[pattern].difficulty,
|
difficulty: patterns[pattern].difficulty,
|
||||||
tags: patterns[pattern].tags
|
tags: patterns[pattern].tags,
|
||||||
|
deprecated: patterns[pattern].deprecated || false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue