Skip to content

Commit 7e598f0

Browse files
Daniel Tolbertazu
authored andcommitted
Plugins Config uses "true" instead of true (#46)
Error when copypasta the example for `pluginsConfig` `ConfigurationError: Error with book's configuration: pluginsConfig.include-codeblock.edit is not of a type(s) boolean` This updates type to boolean for easier copypasta
1 parent 61dcd0d commit 7e598f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Just add the desired optin under `pluginConfig` in the `book.json` file
4848
"pluginsConfig": {
4949
"include-codeblock": {
5050
"template": "ace",
51-
"unindent": "true",
51+
"unindent": true,
5252
"theme": "monokai"
5353
}
5454
}

0 commit comments

Comments
 (0)