Add the Block to the Projects Page

At this point, even though we haven’t really done much for this particular block type, it can be added and edited on our Projects page. That’s because we’ve created the various database fields that we need in our block database table, and those fields directly match the form fields in our add and edit templates. So let’s add that block to the Projects page.

And this is what we get:

This is to be expected. We haven’t put anything meaningful in the view template of the block yet. But when we go to edit our block we can see that the data is being saved:

This is great. Now we can start to copy the HTML from our Projects template into our Projects Grid block type.