uawdijnntqw1x1x1
IP : 216.73.216.8
Hostname : toronto-dev2
Kernel : Linux toronto-dev2 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
srv
/
users
/
craft4
/
apps
/
craft4-newsite-space
/
vendor
/
verbb
/
navigation
/
src
/
nodetypes
/
PassiveType.php
/
/
<?php namespace verbb\navigation\nodetypes; use verbb\navigation\base\NodeType; use Craft; class PassiveType extends NodeType { // Static Methods // ========================================================================= public static function displayName(): string { return Craft::t('navigation', 'Passive'); } public static function hasTitle(): bool { return true; } public static function hasUrl(): bool { return false; } public static function hasNewWindow(): bool { return false; } public static function getColor(): string { return '#fe7d02'; } }
/srv/users/craft4/apps/craft4-newsite-space/vendor/verbb/navigation/src/nodetypes/PassiveType.php