Skip to content

Commit 7871066

Browse files
Clarify config field omission in external plugin docs
Co-authored-by: camilamacedo86 <[email protected]>
1 parent 4e612ee commit 7871066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/plugins/extending/external-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ structures.
6161
}
6262
```
6363

64-
The `config` field provides external plugins access to the PROJECT file configuration, enabling them to make informed decisions based on the project's settings. This field may be empty during the `init` command if the PROJECT file has not been created yet.
64+
The `config` field provides external plugins access to the PROJECT file configuration, enabling them to make informed decisions based on the project's settings. This field will be omitted from the JSON entirely (not present) during the `init` command if the PROJECT file has not been created yet. External plugins should check for the presence of this field before attempting to use it.
6565

6666
### PluginResponse
6767

0 commit comments

Comments
 (0)