mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-16587 bit of a large refactor of the portfolio formats. still more to come.
This commit is contained in:
parent
a813ddc975
commit
6be1dcae99
16 changed files with 295 additions and 141 deletions
|
@ -97,9 +97,15 @@ define('PORTFOLIO_FORMAT_FILE', 'file');
|
|||
define('PORTFOLIO_FORMAT_MBKP', 'mbkp');
|
||||
|
||||
/**
|
||||
* html - subtype of file
|
||||
* richhtml - like html but with attachments.
|
||||
*/
|
||||
define('PORTFOLIO_FORMAT_HTML', 'html');
|
||||
define('PORTFOLIO_FORMAT_RICHHTML', 'richhtml');
|
||||
|
||||
|
||||
/**
|
||||
* plainhtml - a single html representation - no attachments
|
||||
*/
|
||||
define('PORTFOLIO_FORMAT_PLAINHTML', 'plainhtml');
|
||||
|
||||
/**
|
||||
* image - subtype of file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue