dexterxx.pl
dexterxx.pl
# Solved in second comment. ### Issue I can't create new page with translation for existing page. Trying to edit admin panel shows (1): > This page has not been...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? **impossible due...
I would like to define template-page, let's say: `/user/pages/generic/_hello/default.md` ``` --- title: 'Hello {{title}}' --- Example content with {{name}} passed param ``` So in any other pages I would be...
Prior to https://learn.getgrav.org/17/advanced/flex/using Right now there's nice, but basic way to reach each Flex Object by eg. GETting url's like: > https://www.domain.com/directories/directory:contacts/id:ki2ts4cbivggmtlj > https://www.domain.com/contacts/id:ki2ts4cbivggmtlj Let say my Flex Type is...