namespace Pilz.Plugins.Advanced.UI; [Flags] public enum FeatureInsertPosition { None = 0, Default = 1, Top = 2, Bottom = 3, All = int.MaxValue, }