mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
Erroneous double quote syntax error (#6257)
Erroneous double quote in custom extensions/documentation/config/settings.json example
This commit is contained in:
parent
403e1169eb
commit
4f2ded3c53
@ -101,7 +101,7 @@ Here are the file that needs to be created in order to change the documentation
|
||||
},
|
||||
"x-strapi-config": {
|
||||
"path": "/documentation",
|
||||
"showGeneratedFiles": true",
|
||||
"showGeneratedFiles": true,
|
||||
"pluginsForWhichToGenerateDoc": [
|
||||
"email",
|
||||
"upload",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user