Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Grav API plugin
· 10 years ago
Love this! Can't wait!
-
Grav API plugin
· 10 years ago
Is there any chance that first beta version will be available this year?
-
Grav API plugin
· 10 years ago
We do have plans to add a complete REST layer, but have not gotten around to it yet.
-
Grav API plugin
· 10 years ago
I want to create an Android application for Grav website management. I found the flaviocopes/grav-plugin-api on GitHub, but it seems to be broken and does not allow to create/edit/delete pages and sit
-
Grav\Common\Page\Header class
· 10 years ago
I was going to suggest the same :)
-
Grav\Common\Page\Header class
· 10 years ago
I ended up with the following: $page = $this->grav['page']; $header = $page->header(); $header = new \Grav\Common\Page\Header((array) $header); $header->set('metadata.some.nested', 'value');
-
Grav\Common\Page\Header class
· 10 years ago
I'm trying: $page = $this->grav['page']; $header = $page->header(); $result = $header->get('some.key.or.other'); But I get the following error Call to undefined method stdClass::get()
-
Grav\Common\Page\Header class
· 10 years ago
I can get the header array from the Page\Page::header() method, but it doesn't return an actual Page\Header object. I want to use the get/set methods of the Page\Header class, but can't find an exampl
-
Weird SimpleSearch errors
· 10 years ago
This is hilarious.
-
Weird SimpleSearch errors
· 10 years ago
Hmmm I "fixed" the "issue" by re-enabling translations. Now search works. Thanks anyway, I won't be bothering you with my stuff. :)