Skip to content

Commit

Permalink
docs(): cfgu props hidden and labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ShriekinNinja committed Mar 5, 2024
1 parent 875d35b commit 305f9db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/Concepts/cfgu.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,14 @@ The `Cfgu` format represents a set of properties that define essential character
- This property is optional.
- **options**: Specifies a list of values that the configuration value must match.
- This property is optional.
- **labels**: Specifies a list of labels that can be used to categorize the configuration.
- This property is optional.
- Labels can be leveraged as filters in export operations, allowing for selective inclusion or exclusion of configurations based on specified them.
- **schema**: Specifies a [JSON-schema](https://json-schema.org/specification) that the configuration value must match.
- This property is optional and applicable when the type is set to JSONSchema.
- **hidden**: Specifies that a configuration key should be hidden from the export results.
- This property is optional.
- Hidden keys will be excluded from export results but can still be utilized within the context for evaluations and other internal operations.
- **lazy**: Specifies that a value for a given configuration key should only be set during the [eval command](../commands/#eval-and-export) execution.
- This property is optional.
- Existing store values are omitted during evaluations.
Expand Down

0 comments on commit 305f9db

Please sign in to comment.