MDL-51603 dataformat: Implement streaming dataformat plugin

This commit is contained in:
Brendan Heywood
2016-04-20 12:39:25 +10:00
parent b4772a41d1
commit bff1edbe44
34 changed files with 1461 additions and 5 deletions
+4
View File
@@ -1758,6 +1758,10 @@ class core_plugin_manager {
'number', 'picture', 'radiobutton', 'text', 'textarea', 'url'
),
'dataformat' => array(
'html', 'csv', 'json', 'excel', 'ods',
),
'datapreset' => array(
'imagegallery'
),