Since Litium is missing a simple text block i nicely found the guide in docs:
https://docs.litium.com/documentation/architecture/blocks
But when I add this block nothing happens.
Debugging this i find that the View gets no reference to Model.Text field.
[HttpGet]
public ActionResult Index(BlockModel currentBlockModel)
{
var model = _builder.Build(currentBlockModel); // returns null on model.Text
return PartialView("~/Views/Block/Text.cshtml", model);
}
Another issue is that i don’t get the multi-line editor as per guide but just a field editor in backoffice.
Litium version: 7.1