We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844b215 commit 6f52e43Copy full SHA for 6f52e43
CommunityToolkit.Tooling.SampleGen/Attributes/ToolkitSampleOptionsPaneAttribute.cs
@@ -7,7 +7,7 @@ namespace CommunityToolkit.Tooling.SampleGen.Attributes;
7
/// <summary>
8
/// Registers a control as the options panel for a toolkit sample.
9
/// </summary>
10
-[AttributeUsage(AttributeTargets.Class)]
+[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
11
public sealed class ToolkitSampleOptionsPaneAttribute : Attribute
12
{
13
0 commit comments