Skip to content

Commit 56e5485

Browse files
docs: update documentation with "enabled" package config
refs conjoon/conjoon#29
1 parent 0a0e3db commit 56e5485

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/conjoon.conf.json.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,16 @@ There are a two relevant fields that are used with each package configuration: `
124124
}
125125
}
126126
```
127-
#### `disabled`
127+
#### `enabled`
128128
- Type: `bool`
129129

130-
`disabled` allows for enabling/disabling a package. Packages are enabled by default. Use `"disabled":true` to
130+
`enabled` allows for enabling/disabling a package. Packages are enabled by default. Use `"enabled":false` to
131131
disable a package. The particular package will then be ignored by **conjoon**.
132132

133+
:::note
134+
The semantic complement `disabled` can also be used instead of `enabled`.
135+
:::
136+
133137

134138
#### `autoLoad`
135139
- Type: `Object`|`bool`

0 commit comments

Comments
 (0)