'filtred_html', 'name' => 'Filtred html', 'cache' => 1, 'status' => 1, 'weight' => 0, 'filters' => array( 'filter_html' => array( 'weight' => -10, 'status' => 1, 'settings' => array( 'allowed_html' => '

    1. ', 'filter_html_help' => 1, 'filter_html_nofollow' => 0, ), ), 'filter_url' => array( 'weight' => 0, 'status' => 1, 'settings' => array( 'filter_url_length' => 72, ), ), ), ); // Exported format: Plain text. $formats['plain_text'] = array( 'format' => 'plain_text', 'name' => 'Plain text', 'cache' => 1, 'status' => 1, 'weight' => 10, 'filters' => array( 'filter_html_escape' => array( 'weight' => 0, 'status' => 1, 'settings' => array(), ), 'filter_url' => array( 'weight' => 1, 'status' => 1, 'settings' => array( 'filter_url_length' => 72, ), ), 'filter_autop' => array( 'weight' => 2, 'status' => 1, 'settings' => array(), ), ), ); return $formats; }