namespace ErsatzTV.Core.Graphics; public static class GraphicsElementDefaults { // Built-in "On Now / Next" text element; identity is by filename, never by user-editable Name. public const string OnNowNextFileName = "on-now-next.yml"; // Display name only. Never use it for identity -- that is the filename above (#67 / #74). public const string OnNowNextName = "On Now / Next"; }