File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/architecture/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ If the config value is not set, then we do not call the setter function.
168168- `CODEOWNERS` : A list of GitHub usernames that are responsible for this component. `script/build_codeowners.py` will
169169 update the `CODEOWNERS` file.
170170- `DEPENDENCIES` : A list of components that this component depends on. If these components are not present in the
171- configuration, validation will fail and the user will be shown an error.
171+ configuration, or loaded by another component, validation will fail and the user will be shown an error.
172172- `MULTI_CONF` : If set to `True`, the user can use this component multiple times in their configuration. If set to a
173173 number, the user can use this component that number of times.
174174- `MULTI_CONF_NO_DEFAULT` : This is a special flag that allows the component to be auto-loaded without an instance of
You can’t perform that action at this time.
0 commit comments