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