kh_october13612 Approved

Member since: 2016-02-01

Recent posts by kh_october13612
Post When

Is it possible to do something like this ?

    <link href="{{ [
        'assets/less/app.less',
    ...

Posted in LESS compilation

I fixed the second problem by doing the following. Is this the right thing to do ?

use Backend\Clas...

Posted in Getting error at "Add Item"

Thank you for your help. But the second issue is not fixed.

The step to reproduce.

  1. Create a new men...

Posted in Getting error at "Add Item"

The above problem can be resolved by changing "@/plugins/flynsarmy/menu/models/menuitem/fields.yaml"...

Posted in Getting error at "Add Item"

I need to have a variable global to a CMS page. Seems like viewBag can do the trick.


title = "test"...

Posted in Using viewBag to Store Variable Global To A Page

{% if viewBag.smallTitle is defined %}

The exception says smallTitle is a method. It is not defined....

Posted in How to check if viewBag variable is set