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.
2 parents 77b1f2a + 0704a03 commit 01c7d3eCopy full SHA for 01c7d3e
stubs/kanban-board-page.stub
@@ -10,7 +10,7 @@ use Relaticle\Flowforge\Column;
10
11
class {{ class }} extends BoardPage
12
{
13
- protected static ?string $navigationIcon = 'heroicon-o-view-columns';
+ protected static string|null|\BackedEnum $navigationIcon = 'heroicon-o-view-columns';
14
protected static ?string $navigationLabel = '{{ navigationLabel }}';
15
protected static ?string $title = '{{ title }}';
16
0 commit comments