Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pages/docs/featureflags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ We support the following types of Flags
- Pass JSON payloads (e.g., `{"cta_text": "Buy now", "discount": 20}`) to customize behavior or UI dynamically
- Update values instantly without redeploying code

<Callout type="info">
The JSON payload for Dynamic Config has a size limit of 32 KB.
</Callout>


## Targeting & Identity Management

Expand Down
Loading