You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/extras/configcontext.md
+4
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@ A numeric value which influences the order in which context data is merged. Cont
18
18
19
19
The context data expressed in JSON format.
20
20
21
+
### Data File
22
+
23
+
Config context data may optionally be sourced from a remote [data file](../core/datafile.md), which is synchronized from a remote data source. When designating a data file, there is no need to specify local data for the config context: It will be populated automatically from the data file.
24
+
21
25
### Is Active
22
26
23
27
If not selected, this config context will be excluded from rendering. This can be convenient to temporarily disable a config context.
Copy file name to clipboardExpand all lines: docs/release-notes/version-3.5.md
+1
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
5
5
### Enhancements
6
6
7
+
*[#9073](https://github.com/netbox-community/netbox/issues/9073) - Enable syncing config context data from remote sources
7
8
*[#11254](https://github.com/netbox-community/netbox/issues/11254) - Introduce the `X-Request-ID` HTTP header to annotate the unique ID of each request for change logging
8
9
*[#11440](https://github.com/netbox-community/netbox/issues/11440) - Add an `enabled` field for device type interfaces
9
10
*[#11517](https://github.com/netbox-community/netbox/issues/11517) - Standardize the inclusion of related objects across the entire UI
0 commit comments