Misha Reyzlin

Results 9 comments of Misha Reyzlin

Very helpful, thanks for the kind advice! I found this plugin called "Janitor" (https://github.com/bnomei/kirby3-janitor) that allows adding a button via fields in the blueprints, and I think adding a button...

@moddyn6 Hey, so I‘m trying to call the git endpoint like this: In config.php: ``` 'bnomei.janitor.jobs' => [ 'contentPush' => function (Kirby\Cms\Page $page = null, string $data = null) {...

@developit in my case I have a proper `index.html` generated by `wmr` at creation of project – my use case was – I had an "admin" folder that is a...

This could be partly solved by specifying a "root" element to nest the clones under. If the root doesn’t have position applied the absolute positioning should still work, but some...

@cobraz if you’d like to update the README with how to use this in a sensible manner then I think it will be good for merging. I’m not so interested...

Hey Vicent, thanks for a fast reply. I'm great :-) and how are you? What I have is basically a layout in HAML and content in Markdown and I believe...

I’ve tried to look at the source code, but I am not sure how is it supposed to work: First, in `connectedCallback` the HTML attributes of the `` are iterated,...

Thank you! I’d be happy to contribute docs if you give me some guidance!