Skip to content

Commit

Permalink
fix: fix wrong comment in snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Jan 2, 2024
1 parent 7743985 commit 85c28fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/RockMigrations.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
" 'label' => '$2',",
" 'formatType' => 0, // integer 0/1",
" 'labelType' => 0, // yes/no",
" 'inputfieldClass' => 0, // yes/no",
" 'inputfieldClass' => 0, // toggle buttons",
" 'defaultOption' => 'yes',",
"],"
]
Expand Down

0 comments on commit 85c28fb

Please sign in to comment.