Jan Hofmann

Results 6 comments of Jan Hofmann

same here with ```TypeError: Cannot set property 'useTabs' of null``

There is a option for that in config.php: `c::set('home', 'posts');` But I never tried this and I have no clue what will be broken if you change this... (maybe the...

Not so much time at the moment to add the missing todos, but it will work as it is described with the latest kirby version. Do you need some specific...

Ok, quick and dirty ;) Use the official feed-plugin from https://github.com/getkirby/plugins/tree/master/feed end replace the template.php with: ``` php {$textfield}()->kirbytext() ?>]]> ``` then put a feed.php inside the content-folder with this...