fix #5671 - copy page and module settings from parent

This commit is contained in:
sbwalker
2025-10-20 11:56:53 -04:00
parent 0c514743b7
commit 5875c1caa7
3 changed files with 42 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
using System.Collections.Generic;
namespace Oqtane.Models
{
/// <summary>
@@ -15,6 +17,11 @@ namespace Oqtane.Models
/// </summary>
public string Version { get; set; }
/// <summary>
/// Serialized Settings of the module for import/export.
/// </summary>
public Dictionary<string, string> Settings { get; set; }
/// <summary>
/// Serialized Content of the module for import/export.
/// </summary>