owner instead author

This commit is contained in:
Sergey Linnik
2021-02-04 15:43:09 +03:00
parent 75d828a6ae
commit 758291fd71
6 changed files with 7 additions and 7 deletions

View File

@ -131,7 +131,7 @@ namespace OnlineEditorsExample
{
"info", new Dictionary<string, object>
{
{ "author", "Me" },
{ "owner", "Me" },
{ "created", DateTime.Now.ToShortDateString() },
{ "favorite", favorite }
}