Closes #19377: Introduce config context profiles

This commit is contained in:
Jeremy Stretch
2025-08-08 13:51:42 -04:00
parent ab8e3ee956
commit 7789147f04
31 changed files with 718 additions and 49 deletions

View File

@@ -14,6 +14,10 @@ A unique human-friendly name.
A numeric value which influences the order in which context data is merged. Contexts with a lower weight are merged before those with a higher weight.
### Profile
The [profile](./configcontextprofile.md) to which the config context is assigned (optional). Profiles can be used to enforce structure in their data.
### Data
The context data expressed in JSON format.