Matias Griese

Results 534 comments of Matias Griese

I'm using Quark as well and there are no issues for me.

Must be this: https://github.com/NicoHood/grav-plugin-seo/blob/master/blueprints/default.yaml#L1 I will need to check it out.

@NicoHood I think I found the issue. If you move the page blueprints (or all files/folders) into `blueprints/pages` in the plugin, everything will work. That said, I think this is...

PS: Disabled plugins will not do anything anymore. They are fully disabled and shouldn't cause errors like this anymore.

Partially fixed, it does not work, though, if the real page does not have a translation for the page (404 is shown instead).

Plugins can also be enabled from the plugin list, which should skip the validation tests and work.

Yes. That said, it's also possible to have an event call every time the object is updated, regardless of where it happens.

This is the first time I've seen an issue like this. The file should be located in `user/plugins/flex-objects/blueprints/flex-objects/pages.yaml`.

I mean that flex objects already support custom searches to any field by just providing an array of the fields to the `search()` method. So we just need to add...