Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
New Plugin: View (GPM Pending)
· 11 years ago
Simply allows you to retrieve a page collection and send it to a template. Views are applied as a modular template to a modular page. URL: https://github.com/ellioseven/grav-plugin-view
-
Modular Template from Plugin
· 11 years ago
Oh nice! We had actually planned to do something similar in the bin/grav command.
-
Modular Template from Plugin
· 11 years ago
Not really, it's more of a starting point so you can create reusable components, similar to lightslider. My idea is to create a whole bunch of modular components such as sliders, accordions, views, pa
-
Modular Template from Plugin
· 11 years ago
Is this something that is release worthy for the GPM? If so you can follow our documented release process
-
Modular Template from Plugin
· 11 years ago
Thanks, I also took the liberty of creating a boilerplate plugin in the future wishing to implement a modular component: https://github.com/ellioseven/grav-plugin-modular-component
-
Modular Template from Plugin
· 11 years ago
Nice! I totally forgot about that event! I have added it to the list of things to document. Cheers!
-
Modular Template from Plugin
· 11 years ago
I managed to get this working by adding this into my plugin.php file: <?php namespace Grav\Plugin; use \Grav\Common\Plugin; use \Grav\Common\Grav; use \Grav\Common\Page; class MyPlugin extends P
-
Modular Template from Plugin
· 11 years ago
This is something we are actually working on now.
-
Modular Template from Plugin
· 11 years ago
Is it possible to have a modular template appear in the dropdown "Modular Template" field when its being included from a plugin? The only way I can get modular templates to work that are included by p
-
Frontmatter Field
· 11 years ago
What does your blueprint look like?