add doc about blocks and page maker
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon Vieille 2022-03-24 16:50:15 +01:00
parent c221d0cbd4
commit f98b3152c0

View file

@ -1,7 +1,7 @@
# Page
A page is a doctrine entity that contains blocks and form builder.
You can run `php bin/console make:page` and generate a new page in a interactive way.
You can run `php bin/console make:page` and generate a new page in an interactive way.
```
// src/Entity/Page/YourPage.php