We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0e3db commit 56e5485Copy full SHA for 56e5485
docs/conjoon.conf.json.md
@@ -124,12 +124,16 @@ There are a two relevant fields that are used with each package configuration: `
124
}
125
126
```
127
-#### `disabled`
+#### `enabled`
128
- Type: `bool`
129
130
-`disabled` allows for enabling/disabling a package. Packages are enabled by default. Use `"disabled":true` to
+`enabled` allows for enabling/disabling a package. Packages are enabled by default. Use `"enabled":false` to
131
disable a package. The particular package will then be ignored by **conjoon**.
132
133
+:::note
134
+The semantic complement `disabled` can also be used instead of `enabled`.
135
+:::
136
+
137
138
#### `autoLoad`
139
- Type: `Object`|`bool`
0 commit comments