@model CharacterEditViewModel @{ ViewData["Title"] = Model.CharacterID == 0 ? "New Character" : "Edit Character"; }

Character

@ViewData["Title"]

@if (TempData["ImageError"] is string imageError) {
@imageError
}
Controls timeline grouping for major, secondary/supporting, and minor characters.
Makes this item available as a draggable shortcut on the Timeline page.

Character Image

JPG, PNG or WebP. The image is added to the character gallery and a thumbnail is generated automatically.
@if (!string.IsNullOrWhiteSpace(Model.ImagePath) || !string.IsNullOrWhiteSpace(Model.ThumbnailPath)) { }
Cancel
@section Scripts { }