mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
6 lines
171 B
C#
6 lines
171 B
C#
namespace Orchard.Layouts.ViewModels {
|
|
public class HeadingEditorViewModel {
|
|
public string Text { get; set; }
|
|
public int Level { get; set; }
|
|
}
|
|
} |