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"; }