Xoriander

Results 6 comments of Xoriander

It is possible to override the edit.html.twig from a theme folder: - `user/themes/{path-to-your-theme}/admin/templates/flex-objects/types/pages/` or - `user/data/{path-to-your-theme}/admin/templates/flex-objects/types/pages/` Thank you for the lines to make the custom modal working on edit page...

The problem was reproducible for me with Grav 1.8.0-beta.28. Grav uses the Monolog logger and the datetime format was changed https://github.com/Seldaek/monolog/commit/45b5e0e33e5b95f82d7b99b304ae20ff26e31f3f this could be the reason. To resolve it I...

If it's easier, I can make a pull request tomorrow.

After the release of 5.5.25 the update works again. Only the Changelog shows v5.5.15.

What's wrong with setting `$file = $this->file();` to `$file = $this->file(true);` at line 360 in the load method from Position.php: https://github.com/gantry/gantry5/blob/d5f90082afab8a4ef48411516726c7d1a15d422c/src/classes/Gantry/Component/Position/Position.php#L354-L364

The file [https://getgrav.org/downloads/plugins.json](https://getgrav.org/downloads/plugins.json) used by gravs GPM command to index the plugins shows: ``` "gantry5": { "name": "Gantry 5 Framework", "version": "5.5.19", "description": "Gantry 5 Theme framework", "description_html": "Gantry 5...