// ========================================================================== // MyUIOptions.cs // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex Group // All rights reserved. // ========================================================================== using System.Collections.Generic; namespace Squidex.Config { public sealed class MyUIOptions { public Dictionary RegexSuggestions { get; set; } } }