MDL-30195 portfolio_googledocs: Allow export of rich HTML

This commit is contained in:
Frederic Massart 2013-12-16 11:02:10 +01:00
parent c9a3d370c4
commit 1ed22de511

View file

@ -27,7 +27,7 @@ class portfolio_plugin_googledocs extends portfolio_plugin_push_base {
private $googleoauth = null; private $googleoauth = null;
public function supported_formats() { public function supported_formats() {
return array(PORTFOLIO_FORMAT_FILE); return array(PORTFOLIO_FORMAT_FILE, PORTFOLIO_FORMAT_RICHHTML);
} }
public static function get_name() { public static function get_name() {