Compare commits
2 commits
74698047ed
...
e3dce4859b
Author | SHA1 | Date | |
---|---|---|---|
Manuel Thalmann | e3dce4859b | ||
Manuel Thalmann | 60d2f273e4 |
|
@ -5,7 +5,8 @@
|
|||
"workspaceFolder": "/shared-workspaces/mantra",
|
||||
"extensions": [
|
||||
"adrianhumphreys.silverstripe",
|
||||
"felixfbecker.php-pack",
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"felixfbecker.php-debug",
|
||||
"manuth.eslint-language-service",
|
||||
"ms-vscode.vscode-typescript-tslint-plugin",
|
||||
"neilbrayfield.php-docblocker"
|
||||
|
|
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"adrianhumphreys.silverstripe",
|
||||
"felixfbecker.php-pack",
|
||||
"bmewburn.vscode-intelephense-client",
|
||||
"felixfbecker.php-debug",
|
||||
"manuth.eslint-language-service",
|
||||
"ms-vscode-remote.remote-containers",
|
||||
"msjsdiag.debugger-for-chrome",
|
||||
|
|
|
@ -29,11 +29,11 @@
|
|||
</a>
|
||||
<div class="dropdown-menu" aria-labelledby="mainNav_$URLSegment">
|
||||
<a class="dropdown-item<% if $isCurrent %> active <% end_if %>" href="$Link">
|
||||
$MenuTitle<% if $isCurrent %><span class="sr-only"> (current)</span><% end_if %>
|
||||
$MenuTitle<% if $isCurrent %><span class="visually-hidden"> (current)</span><% end_if %>
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<% loop $Children %>
|
||||
<a class="dropdown-item<% if $isCurrent %> active <% end_if %>" href="$Link">
|
||||
<a class="dropdown-item<% if $isCurrent %> active<% end_if %>" href="$Link">
|
||||
$MenuTitle
|
||||
</a>
|
||||
<% end_loop %>
|
||||
|
@ -42,7 +42,7 @@
|
|||
<% else %>
|
||||
<li class="nav-item<% if $isCurrent %> active<% end_if %>">
|
||||
<a class="nav-link" href="$Link">
|
||||
$MenuTitle<% if $isCurrent %><span class="sr-only"> (current)</span><% end_if %>
|
||||
$MenuTitle<% if $isCurrent %><span class="visually-hidden"> (current)</span><% end_if %>
|
||||
</a>
|
||||
</li>
|
||||
<% end_if %>
|
||||
|
|
Loading…
Reference in a new issue