Andy Miller

Results 487 comments of Andy Miller

BTW, this is very cool, but because it changes some default stuff, including the location of comments, I can't merge as folks will lose their comments. I suggest you fork,...

Can you issue this as Pull Request? Just edit the file from GitHub, make your changes, save and click Pull Request button.

This is not really a bug, the very act of creating a placeholder folder with a numeric prefix, you have told Grav you want it visible and 'in' the menu....

I can see the issue that a routable page (should be in menu, can't reach the page) could be handled better in Antimatter (all themes probably), but I think it...

Again proper PR please. Also if you add support for more things, you need to ensure you up date the matching blueprint file so that this is available via the...

I'm not really seeing the advantage of this, your just moving the bulk of the logic from `partials/base.html.twig` to partials/abstract_base.html.twig`. Your still extending the base file and overriding a block....

I have recently added a page virtually, but it only needed to be a 'page' object because I added it to a collection: ``` $page = new Page(); $page->title($data['title']); $page->content($data['raw_content']);...

That's why in my example I also add the page to the collection object so it could be used in the collection. I agree though, this might well be a...

@mahagr can you think of any reason why a page added this way would not be available in the page's instance?