9 lines
129 B
C#
9 lines
129 B
C#
namespace Umbraco.Cms.Core.Models.ContentEditing;
|
|
|
|
public enum RichTextEditorCommandMode
|
|
{
|
|
Insert,
|
|
Selection,
|
|
All,
|
|
}
|