Practice makes perfect
As with the projects in the previous chapters, this project will contain detailed information about what we need to do and the appropriate instructions to help you achieve the results.
We recommend working on each project independently from the previous chapters since this will ensure you have truly understood what you have learned so far.
Not a single project has a correct or incorrect solution. However, if by any chance you get stuck, you can always consult the project solution, which can be found at the end of this book.
Project 4
For our fourth project, we will work on creating a section schema with multiple block types. While we can include any number of block types, we should make sure to include the following types:
- The text type, which will render a single rich text input
- The product type, which will render a single product element with a product name, price, image, and link
- The list type, which will render a one-level navigation...