THANK YOU... after days of strugging to convert my shortcodes , trying to understand the multitude of differing ways to create blocks, I stumbled across your site. I can only say that it has saved me from even more sleepless nights and thicker glasses. Great product and so easy to use cannot wait for more features. 5-stars
@claytonschase6 жыл бұрын
This is freaking amazing. What an awesome idea! Can't wait for what is to come. Good work!
@Jet0JLH4 жыл бұрын
Thats a really easy way to make custom blocks. Thanks for the tutorial 👍
@stefnic236 жыл бұрын
Can you please add images to the field types???
@blocklab40955 жыл бұрын
Done. :)
@AtacamaHumanoid5 жыл бұрын
@@blocklab4095 doesn't work
@ashrafomar54155 жыл бұрын
Image field doesn't work.
@AtacamaHumanoid5 жыл бұрын
@@ashrafomar5415 get this shit...it ONLY works inside of the_content()...lol
@AtacamaHumanoid5 жыл бұрын
in other words, go back to ACF
@jovenneblog5 жыл бұрын
Awesome plugin guys! It helped me a lot!
@viktorshmatko37043 жыл бұрын
AWESOME!!!! IT IS AWESOME!!! THANK YOU VERY MUCH, GUYS :)
@ExplainationbyAbdul Жыл бұрын
block_field() function not found... in my case
@dmhendricks6 жыл бұрын
This is pretty sweet for private development, but it would be nice to be able to add options to the sidebar as well, and for developers, it would be nice if it was a framework (as a Composer dependency) without the front-end so that we can use it to easily distribute blocks in plugins/themes without requiring the plugin/UI. Nice work!
@blocklab40956 жыл бұрын
Glad you like it Daniel! :) You can add fields to the settings (inspector) sidebar. Not shown in this video, but this little snippet demos it. twitter.com/getblocklab/status/1065482979995115520 The dev framework is something on our radar. Exploring how we could do it still, but a few people have pointed out how helpful it would be. There is a relevant ticket on GitHub if you would like to add to the conversation there. github.com/getblocklab/block-lab/issues/179
@robertoporcar98346 жыл бұрын
this seems to be a game changer...
@adamcoulombe31404 жыл бұрын
this seems much easier than creating one of the built-in Gutenberg blocks
@helmut666kohl5 жыл бұрын
Pretty good! But it really needs an option to duplicate items in the editor…
@АлексейКугно6 жыл бұрын
guys i need to make an article template in gutenberg. that is, I write all the articles in the same way - who, what, a brief list of contents, then chapter 1,2,3, then a conclusion from the text and an appeal to the readers. Is it possible in Gutenberg to make such a block pattern that would click once such a collection of blocks on 1 page was opened at once and only enter the text? Can someone see such an instruction? thank
@robstinson41956 жыл бұрын
Hey. You could certainly make some custom blocks that contained the specific components that you describe. You could have them each styled in a certain way so that when you add the block, it's just a case of adding the text/content.
@АлексейКугно6 жыл бұрын
@@robstinson4195 Thank you)) If you suddenly find time for such a video, I will be very happy)) Subscribed to you)) (and I will also put links to your new video on the forum envato- I’ve already gotten everyone there, of course, but I want everything to be perfect))
@yandex91885 жыл бұрын
@@АлексейКугно Блин, какой хреновый английский
@АлексейКугно5 жыл бұрын
@@yandex9188 меня поняли))
@yandex91885 жыл бұрын
@@АлексейКугно по словам догадались об общем смысле, но английский ужасный. Переводчик
@makasilelo12266 жыл бұрын
Hi, just one question, is it necessary to sanitize the block field?
@robstinson41956 жыл бұрын
Hi Makasi. Best practise says yes you should. I didn't in the tutorial, just to keep it super simple.
@makasilelo12266 жыл бұрын
@@robstinson4195 Thanks
@lasthp5 жыл бұрын
Can I include custom block into custom block? For instance a landing page section with wrapper (background image, header) and inside it blocks kinda icon+text icon+text and so on. Of course I can include textarea and parse it in php template, but it's not sexy :) Because it's unhandy to add images from admin, for instance.
@blocklab40955 жыл бұрын
Not at this stage. But something like this is on our radar to look at later in the year.
@russellazim65896 жыл бұрын
very helpful tutorial
@godongbestari35716 жыл бұрын
How to create custom block contain recent post, post category etc with this plugin??
@robstinson41956 жыл бұрын
Hey. We're going to be adding a post object field and taxonomy fields sometime in the near future. These will allow you to build out those kind of blocks.
@godongbestari35716 жыл бұрын
@@robstinson4195 great
@sanjav6 жыл бұрын
This is exactly what was missing from wordpress.
@MrThresher74 жыл бұрын
Hey Cool...So...What's New for 2020 Fellas!
@MitxelVlogs4 жыл бұрын
Gracias
@alexmelnytskyy43565 жыл бұрын
I love you team
@seathwolf56104 жыл бұрын
Nice plugin but to save time with coding what this plugin is aimed for you need to display the php code (what you gonna use in the template) for all the fields you just created after you create the block. And you definitely need to add more fields. Those are just basic nothing special.