Rob Meijerink

Results 9 comments of Rob Meijerink

Hi! Looking at ACF's [documentation](https://www.advancedcustomfields.com/resources/acf_register_block_type/), are you referring to the section with Header: Adding block previews ?

This shouldn't happen since the paths that are checked are still correct. Are you sure that you have a block.blade.php file in your views/blocks folder?

Thanks, I have found the issue.

Hmm I don't know what could be causing this. I don't have any issues on MacOS or Ubuntu Linux using blockCamelCase.blade.php or BlockPascalCase.blade.php.

@MWDelaney Some people are facing issues in Sage 9. Any chance you can merge the PR that fixes this?

Hi @blift, thank you for your feedback. I had another look at my code. If I understand you correctly, you ran into an issue when having a duplicate block in...

This field was not intended to put the main.css in, but rather seperate css files that only have css that this block should use. If you add multiple blocks of...

@djmtype Thank you for figuring it out for us. Saved us some research time and I used some of your code to enable Bud support. I made a PR #75...