8 lines
246 B
C#
8 lines
246 B
C#
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";
|
|
}
|