Patrick Ludewig
Patrick Ludewig
Line-Breaks within the position description in invoice are ignored within the PDF.   Maybe add the description as an extra field, so the actual position can get the font...
Hej, i try to check the input against an API / XHR Request and output the error according to the response as true or false. Iāve tried it with a...
Iām trying to valid a specific input field as `silent`. According to the documentation it should be simple like `pristine.validate(input, true);`. But its ignored. Look at line 25: https://codepen.io/Maybach/pen/mdEQjWN ```...
How can i make redirects work when using `@nuxtjs/redirect-module`? Its working in dev mode on localhost, but not when building with injecting kirby. Any hints? @jmheretik
Hej, thanks for the awesome work setting up this awesome starterkit! I have one question: You are suggesting deploying the content of `kirby` to the production server. So if i...
When adding a new comment to a article, it shows a success message. This messages stays, no matter on which article i am. I have to refresh the page to...
According to the Inputfields Helpā it says the `og:site_name` [open_graph.yml:82](https://github.com/diesdasdigital/kirby-meta-knight/blob/829835f1feb113d8890ed1b14f4f6ba171ebe291/blueprints/fields/open_graph.yml#L23) property will fallback to the site name. ```yml og_site_name: label: OG Site Name help: If your object is part of...
I killed all processes using port 1337 and when i try to type "d FILENAME" it opens Google to authenticate the App. When i sign in, it says it failed...
### Describe the bug If I want to integrate Mailjet with a form, i can successful add the integration itself and it says `connected`. When i want to add the...
According to the readme, it should be possible to overwrite the fields on the pageā blueprint like so: ```yaml meta: extends: tabs/meta defaultDescription: page.description ``` Unfortunately overwriting is not working...