1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-10 01:16:39 +02:00

docs(context): update availability notes for custom context fields.

This commit is contained in:
Thomas Heartman 2021-12-20 15:20:57 +01:00
parent ffb8e09246
commit 4585efc036
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ title: How to define custom context fields
---
:::info Availability
Custom context fields are an Enterprise-only feature and were introduced in Unleash 3.2.28.
Custom context fields are available to Pro and Enterprise users. They were introduced in Unleash 3.2.28.
:::
This guide shows you how to create [custom context field for the Unleash Context](../user_guide/unleash-context.md#custom-context-fields). You can use custom context fields for [strategy constraints](../advanced/strategy-constraints.md) and for [custom stickiness calculations](../advanced/stickiness.md#custom-stickiness). If there are [standard Unleash Context fields](../user_guide/unleash-context.md#structure) missing from the context fields page, you can use the same steps to add them too.

View File

@ -43,7 +43,7 @@ As an example: You've created a custom field called `groupId`. You know group ID
## Custom context fields
:::info Availability
Custom context fields are an Enterprise-only feature.
Custom context fields are available to Pro and Enterprise users.
:::
Custom context fields allow you to extend the Unleash Context with more data that is applicable to your situation. Each context field definition consists of a name and an optional description. Additionally, you can choose to define a set of [_legal values_](#legal-values "legal values for custom context fields"), and you can choose whether or not the context field can be used in [custom stickiness calculations](../advanced/stickiness.md#custom-stickiness) for the [gradual rollout strategy](activation-strategies.md#customize-stickiness-beta) and for [feature toggle variants](../advanced/feature-toggle-variants.md).