Philip Marnef

Results 11 issues of Philip Marnef

Possibly related to #139 When using `esm`, `gulp-image 6.3.1` throws an error on all node versions I tried (14, 16 & 17): ``` [10:33:08] Requiring external module esm TypeError: Invalid...

In a page controller (`$overview`) I get a collection of `$article` pages with `$site->find('articles')->children()`, then loop over these and get their autoid with the `$article->AUTOID()` method. But when an article...

bug

I have blueprint with an autoid field. If I try this: ``` $page = Page::create($props); $page->update($newprops); ``` The updated fields are in the $page object, but the .txt file is...

bug
enhancement

The cookie modal only broadcasts the 'cookies:saved' event when settings are saved, not on subsequent page loads. This small addition (in `src/cookie-modal.js`) publishes another event 'cookies:loaded' that you can subscribe...

When a file is uploaded to an image clip field and the crop is not set through the GUI, the `clip()` method doesn't clip but renders the original image instead....

enhancement

I know this is inspired by the kirby.com KeyCDN plugin where they also point the CDN to the media folder version, but I'm wondering why. The issue I'm having is...

'default' is a reserved keyword and may lead to parse errors in some PHP versions.

The default option for nested page fields does not work.

This is a weird one: when you hit save, only the characters that you actually typed are retained, not the autocomplete suggestion that you selected.

Uppercase is allowed in a blueprint for default field names, but any uppercase characters in the engineer field name breaks the panel interface: the Add button stops working.