2021-11-20 13:52:28 +01:00
|
|
|
namespace zero.Configuration;
|
2021-11-19 14:59:24 +01:00
|
|
|
|
|
|
|
|
public class ServiceOptions
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Define a YouTube API Key so the zero videopicker can display previews
|
|
|
|
|
/// </summary>
|
|
|
|
|
public string YouTubeApiKey { get; set; }
|
|
|
|
|
}
|