Bruno Meilick

Results 69 comments of Bruno Meilick

`site()->url()` ends with the language code as far as i can tell (kirby 3.8.0) in both CLI and webserver. what is different in my code if you set it explicitly...

kirby should take care of loading the js from plugins. if its not to much hassle could you try with v2.10.1 as well? thats when i was still using parcel...

does this issue still persist since i switched from parcel to kirbyup? i can not replicate it.

i need to investigate how to create a proper help section for fields with vue to match kirbys core but i would love to delay this until the new UI...

maybe even allow help text to change based on json repsonse.

maybe @johannschopplich is willing to PR a solution for adding a help message below the button. he was kind enough to redo most of my messy vue code before. but...

autoid should have very low requirements on sqlite version. you should be fine even with older ones. in autoid 3.8.1 in required php 8.0 as minimum requirement (by compiling it...

i need a bit more information to debug this since i can not replicate it myself. 1) how are you calling the janitor job? panel button or CLI? 2) is...

sorry for the late response i was on vacation. the sqlite database only stores information about the id, template and paths but nothing about about the pages data so i...

or https://github.com/bnomei/kirby3-autoid/wiki/PHP:-autoid(),-Field-Method-fromAutoID()#create-a-pagefile-programmatically-and-retrieve-autoid `$page = autoid($page);`