mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-30195 portfolio_googledocs: Allow export of rich HTML
This commit is contained in:
parent
c9a3d370c4
commit
1ed22de511
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class portfolio_plugin_googledocs extends portfolio_plugin_push_base {
|
|||
private $googleoauth = null;
|
||||
|
||||
public function supported_formats() {
|
||||
return array(PORTFOLIO_FORMAT_FILE);
|
||||
return array(PORTFOLIO_FORMAT_FILE, PORTFOLIO_FORMAT_RICHHTML);
|
||||
}
|
||||
|
||||
public static function get_name() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue