Skip to content

Commit

Permalink
Merge pull request #54 from Lombiq/issue/SNOW-10
Browse files Browse the repository at this point in the history
SNOW-10: Make MenuWidget block name camelCase.
  • Loading branch information
barthamark authored Feb 11, 2022
2 parents bb550a9 + 722b726 commit a07cb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Views/MenuWidget.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@{
var viewModel = new MenuWidgetViewModel(Model);

const string blockName = WidgetTypes.MenuWidget;
const string blockName = "menuWidget";
const string contentElementName = blockName + "__content";
const string togglerElementName = blockName + "__toggler";
const string dropdownElementName = blockName + "__dropdown";
Expand Down

0 comments on commit a07cb78

Please sign in to comment.