I have been making progress with upgrading to umbraco version 17, however, the blocks have been super confusing. For example, I followed what I could find on moving the views to a “templates/blockgrid/components/view.cshtml” with the instructed inherts. I then created a block based on an element type with the properties, and then created a single block based on that element. I then set the Grid Layout Rich Text Editors to allow blocks (adding one for test) and it just won’t render on the front-end. I’ve made sure the element alias matches the component view as well.
Surprisingly, I’m not finding much info on the web or forums on how to migrate from macro partials to blocks to be used.