mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-61937 datafield: Add privacy implementation for all datafield
This commit is contained in:
parent
2cae92c6c3
commit
ed54f4e11e
24 changed files with 506 additions and 1 deletions
|
@ -28,3 +28,4 @@ $string['maxbytes'] = 'Maximum embedded file size (bytes)';
|
|||
$string['maxbytes_desc'] = 'If set to zero will be unlimited by default';
|
||||
$string['pluginname'] = 'Text area';
|
||||
$string['fieldtypelabel'] = 'Textarea field';
|
||||
$string['privacy:metadata'] = 'The Textarea field component does not store any personal data.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue