diff --git a/docs/utils/editors/builder.md b/docs/utils/editors/builder.md index ee655e9..acc8706 100644 --- a/docs/utils/editors/builder.md +++ b/docs/utils/editors/builder.md @@ -80,6 +80,8 @@ class YourPage extends Page ## Creating custom block +The easy way is to run: `php bin/console make:builder-block`. + First, create a service which extends `App\Core\BuilderBlock\BuilderBlock` and tagged `builder_block.widget`. Then, implement the method `configure` as below.