// ========================================================================== // Squidex Headless CMS // ========================================================================== // Copyright (c) Squidex UG (haftungsbeschraenkt) // All rights reserved. Licensed under the MIT license. // ========================================================================== namespace Squidex.Domain.Apps.Core.HandleRules { public enum RuleActionPropertyEditor { Checkbox, Dropdown, Email, Number, Password, Text, TextArea, Url } }