Andy Miller

Results 487 comments of Andy Miller

Do you have sessions disabled in Grav?

It uses Grav's built-in session logic: ```php public function __construct() { $this->session = Grav::instance()['session']; } ```

Permssions are good, i've not touched the user model class. This is a vanilla install of Filament plus the filemant-access-control plugin to support the separate user/admin accounts.

Themes already fully support configuration, it's just up to the theme to implement the functionality. Typhoon theme for example has extensive configuration via the admin. https://getgrav.org/premium/typhoon/docs

Ive tested with latest Grav and can't replicate this with your SVG.

I appreciate your comments but I'm not sure I agree fully. using `pandoc-style` syntax for class attributes is actually possible just by enabling markdown-extra option. But this does cause other...

How about provding a Pull Request?

Try commenting out this check https://github.com/getgrav/grav/blob/develop/index.php#L19

I need to find some identifier from the nginx unit so it can skip that check.

You can override the page template field in custom blueprint for the page type you are working on. You can then provide the list of specific templates you want in...