mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-23787 added possibility to embed images into textarea fields in database activity
This commit is contained in:
parent
c4a12afaf9
commit
292077063e
3 changed files with 137 additions and 18 deletions
|
@ -24,4 +24,6 @@
|
|||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['maxbytes'] = 'Maximum embedded file size (bytes)';
|
||||
$string['maxbytes_desc'] = 'If set to zero will be unlimited by default';
|
||||
$string['pluginname'] = 'Text area';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue