error CS0246: The type or namespace name 'FeaturedItemsRow' could not be found (are you missing a using directive or an assembly reference?)
Here is the featuredItemsRow.cshtml component file. https://prnt.sc/_gBCXnfJaxwi
Here is the block selected as part of my page builder block. https://prnt.sc/p_MqFGvF2X_H
I'm working on Umbraco Cloud at the moment but will look at getting the project cloned locally now that I have access to do so.
j
Jemayn
07/17/2023, 11:09 AM
Sounds like you need to build your modelsbuilder models
w
webjaved
07/17/2023, 11:21 AM
Is there a way to do this in Umbraco Cloud or is it best doing this locally?
It's the starter package so there is no dev/staging environment.
j
Jemayn
07/17/2023, 11:29 AM
You should do it locally, most sites has modelsbuilder turned off on live so it can't mess anything up like the error you are experiencing. You can then do all model changes and view changes locally and push up so you know live can't get into a broken state by editors changing stuff they shouldnt