I
I
Ilya Beloborodov2017-01-23 15:35:07
Yii
Ilya Beloborodov, 2017-01-23 15:35:07

How to hide menu item in Menu::widget?

Like something like this, for example?

'items' => [
            [
                'label' => 'Пункт',
                'icon' => 'paper-plane-o',
                'url' => '#',
                'visible' => true // типа показывать этот пункт меню если true
            ],
]

Of course, I invented the visible property myself, maybe there is a working option?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya Beloborodov, 2017-01-23
@kowap

damn, it's true.... visible => true

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question