Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Grav inside admin dashboard loads extremely slow · 10 years ago

    Grav loads very slow on my local machine when I access any page under admin panel. Anyone had/has similar issues?

  • How to get an array within an array · 10 years ago

    Annnnd nevermind I got it. After an hour, finally: {% for image in item.image %} {{ image.name }} {% endfor %} So simple :)

  • How to get an array within an array · 10 years ago

    I have this in my YAML: page_heading: 'School Profile' paragraphs: - text: "## Lorem ipsum dolor sit amet, consectetur adipiscing elit. \r **Nam non lectus id eros ornare mollis.** Integer

  • Integrating LuxCal-Calendar - how to start? · 10 years ago

    It looks to me like you can download LuxCal and use a local sqlite database. You don't need to use the LuxCal site. You'd need some PHP knowledge to make it all work. As for responsive iframes, Google

  • Integrating LuxCal-Calendar - how to start? · 10 years ago

    I found a free web calendar (see www.luxsoft.eu) which keeps the data on the own site (this is strictly required). My knowledge of PHP is not existant, so I've no idea how to integrate this tool into

  • Admin Cookie Login Lifetime edit · 10 years ago

    Sorry - I realised that was the blueprint, not the value yaml file - so do i just recreate the folder like so: /user/env.whatever/plugins/admin/admin.yaml:

  • Admin Cookie Login Lifetime edit · 10 years ago

    Hey Flavioscopes, do I just create the entire folder structure in my var folder? so currently it is in: /user/plugins/admin/blueprints.yaml do I just make a new copy here? /env.dev/user/plugins/admin/

  • Admin Cookie Login Lifetime edit · 10 years ago

    Sure, see environment-based config.

  • Admin Cookie Login Lifetime edit · 10 years ago

    Thanks. Is there a way to set that in different environments? In dev env I'd set it much longer than production...

  • Admin Cookie Login Lifetime edit · 10 years ago

    In the Admin plugin settings, under /plugins/admin, look for "Session Timeout".