Tobias Möritz

Results 152 comments of Tobias Möritz

> It feels not great, but I don't see how we could insert/inject it only at rendering the field. It'd be great if we get a Field method like `$field->withResolvedLinks()`...

Excited for this, thanks! Will this include the possibility to add translations (e.g. for the panel) even if the language does not have a content language assigned to it? Some...

> @tobimori In your case; multilingual is not enabled for the frontend, but you want to add translations (for example for blueprint labels) for users in different languages using the...

I understand the decision behind that. Given that, it should probably still be resolved in some way when e.g. the entire cache is empty. Right now the behavior doesn't work...

UUID/permalink cache should not be cleared when the content changes

iirc saving a page should trigger population of the UUID cache, and then all files permalinks should work. the issue should just happen when manually deleting the folder/cache.

I get an error when trying to run `client.getChats()`: ``` throw new Error('Evaluation failed: ' + helper_js_1.helper.getExceptionMessage(exceptionDetails)); ^ Error: Evaluation failed: TypeError: Cannot read properties of undefined (reading 'isChannel') at...

I'm unsure whether the guide in its current state actually makes sense. Kirby does not work as a standalone CMS where you can install Themes/Plugins like WordPress, but is instead...

Pretty sure you should be able to something like this: ``` image: { query: "block.image.toFile", select: { url: true, small: "file.resize('200').url", medium: "file.resize('400').url", }, ``` Doesn't belong to this issue...