Editor field inside structure field possible?

Hi (very sorry for another question, but I’m learning constantly)!

Is it possible to have an editor field inside a structure field?
Because the blocks() don’t seem to work:

$termine = $page->termine()->toStructure();
foreach($termine as $termin):
$termin->beschreibungstext()->blocks()
endforeach

or

$termin->beschreibungstext()->blocks()->html()

Thanks for any input!

nvm :smiley: