mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-36754 core_files: Add a token version of pluginfile
This commit is contained in:
parent
6e445671c1
commit
4a74ab0200
5 changed files with 150 additions and 5 deletions
|
@ -37,3 +37,4 @@ $string['privacy:metadata:files:source'] = 'The source of the file';
|
|||
$string['privacy:metadata:files:timecreated'] = 'The time when the file was created';
|
||||
$string['privacy:metadata:files:timemodified'] = 'The time when the file was last modified';
|
||||
$string['privacy:metadata:files:userid'] = 'The user who created the file';
|
||||
$string['privacy:metadata:core_userkey'] = 'A private token is generated and stored. This token can be used to access Moodle files without requiring you to log in.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue