mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
FIX: RedirectorPage links are legacy
This commit is contained in:
parent
a3c4e19f95
commit
7c9fa8530d
@ -5,7 +5,7 @@
|
||||
graphql-page
|
||||
$ExtraClass
|
||||
{$LinkClass}
|
||||
<% if $RedirectionType = 'External' || $ExternalURL || $OpenInNewWindow || $OpenInNewTab %>
|
||||
<% if $ClassName = 'SilverStripe\CMS\Model\RedirectorPage' || $RedirectionType = 'External' || $ExternalURL || $OpenInNewWindow || $OpenInNewTab %>
|
||||
legacy
|
||||
<% end_if %>
|
||||
<% if $isCurrent || $isSection %>active<% end_if %>
|
||||
|
Loading…
Reference in New Issue
Block a user