From 305f9db1c161b7c01363258caac68259a5b70770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shriekin=E2=80=99=20Ninja?= Date: Tue, 5 Mar 2024 13:38:00 +0200 Subject: [PATCH] docs(): cfgu props hidden and labels --- content/Concepts/cfgu.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/Concepts/cfgu.mdx b/content/Concepts/cfgu.mdx index fd86b54..6246498 100644 --- a/content/Concepts/cfgu.mdx +++ b/content/Concepts/cfgu.mdx @@ -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.