|
@@ -14,7 +14,7 @@ namespace Terminal.Gui;
|
|
/// <example>
|
|
/// <example>
|
|
/// <code>
|
|
/// <code>
|
|
/// {
|
|
/// {
|
|
-/// "$schema" : "https://gui-cs.github.io/Terminal.Gui/schemas/tui-config-schema.json",
|
|
|
|
|
|
+/// "$schema" : "https://gui-cs.github.io/Terminal.GuiV2Docs/schemas/tui-config-schema.json",
|
|
/// "Application.UseSystemConsole" : true,
|
|
/// "Application.UseSystemConsole" : true,
|
|
/// "Theme" : "Default",
|
|
/// "Theme" : "Default",
|
|
/// "Themes": {
|
|
/// "Themes": {
|
|
@@ -32,7 +32,7 @@ public class SettingsScope : Scope<SettingsScope>
|
|
/// <summary>Points to our JSON schema.</summary>
|
|
/// <summary>Points to our JSON schema.</summary>
|
|
[JsonInclude]
|
|
[JsonInclude]
|
|
[JsonPropertyName ("$schema")]
|
|
[JsonPropertyName ("$schema")]
|
|
- public string Schema { get; set; } = "https://gui-cs.github.io/Terminal.Gui/schemas/tui-config-schema.json";
|
|
|
|
|
|
+ public string Schema { get; set; } = "https://gui-cs.github.io/Terminal.GuiV2Docs/schemas/tui-config-schema.json";
|
|
|
|
|
|
/// <summary>Updates the <see cref="SettingsScope"/> with the settings in a JSON string.</summary>
|
|
/// <summary>Updates the <see cref="SettingsScope"/> with the settings in a JSON string.</summary>
|
|
/// <param name="stream">Json document to update the settings with.</param>
|
|
/// <param name="stream">Json document to update the settings with.</param>
|