CKeditor in una text_format API, non visualizzare "Formato del testo"

1 contenuto / 0 new
CKeditor in una text_format API, non visualizzare "Formato del testo"

ho installato CK editor per aggiungere la formatazzione del testo alla text_format di un mio modulo

<?php
  $form
['gruppo3']['Testo'] = array(
 
'#title' => t('Testo'),
 
'#type' => 'text_format',
 
'#default_value' => (empty($mod['testo'])) ? null : $mod['testo'],
 
'#format' => 'full_html',
   );
?>

come faccio a non visualizzare i "Formato del testo"