9 lines
238 B
C#
9 lines
238 B
C#
namespace zero.Backoffice.Configuration;
|
|
|
|
public class ExternalServicesOptions
|
|
{
|
|
/// <summary>
|
|
/// Define a YouTube API Key so the zero videopicker can display previews
|
|
/// </summary>
|
|
public string YouTubeApiKey { get; set; }
|
|
} |