Maybe someone met with such a problem. The modx revo installed tinymce text editor. I create a TV - text editor. I pass it to the snippet:

[[!costhotel? &opisanie=[[*opisanie]] ]] 

And I put it in a snippet like this:

 $opisanie = $modx->getOption('opisanie',$scriptProperties); echo $opisanie; 

but when in the field you enter text with katrynka, nothing is displayed. If without a picture, the text is normally displayed with tags.

    1 answer 1

    in principle, it is clear after & opisanie = you need to put inverse apostrophes near the button 1 and enclose this `[[* opisanie]]` in them

     [[!costhotel? &opisanie=`[[*opisanie]]` ]]