mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 06:12:28 +02:00
fix(website): add website admonitions extendDefaults: true (#8060)
This commit is contained in:
parent
6f63ffe0a3
commit
67c692326b
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ const config = {
|
||||||
},
|
},
|
||||||
admonitions: {
|
admonitions: {
|
||||||
keywords: ['my-custom-admonition'],
|
keywords: ['my-custom-admonition'],
|
||||||
|
extendDefaults: true,
|
||||||
},
|
},
|
||||||
showLastUpdateAuthor: true,
|
showLastUpdateAuthor: true,
|
||||||
showLastUpdateTime: true,
|
showLastUpdateTime: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue