To add plain text that comes from the database or even text added manually we can use the type "showText"
addField([ 'type'=>'showText', //required 'attributes'=>'', //optional 'label'=>'Information Text', //required 'id'=>'', //optional 'style'=>'color:red', //optional 'class'=>'', //optional 'value'=>'The text to display', //optional ]);