소스 검색

Changed default tripal textarea to handle filtered html :-)

Lacey Sanderson 9 년 전
부모
커밋
53b34bbd41
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tripal_chado/tripal_chado.module

+ 1 - 0
tripal_chado/tripal_chado.module

@@ -734,6 +734,7 @@ function tripal_chado_get_table_column_field_default($table_name, $schema, $colu
       $field_info['field_type'] = 'text';
       $field_info['widget_type'] = 'text_textarea';
       $field_info['field_settings']['max_length'] = 17179869184;
+      $field_info['field_settings']['text_processing'] = 1;
       break;
     case 'blob':
       // not sure how to support a blob field.