mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-22650 - extend apidebugmask description with an example.
This commit is contained in:
parent
4b7c96d9e6
commit
ae350951c2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ $string['allowapidebug'] = 'Activate API debug and tracing (set the capture mask
|
||||||
$string['allowtypeexternal'] = 'Enable external package type';
|
$string['allowtypeexternal'] = 'Enable external package type';
|
||||||
$string['allowtypeimsrepository'] = 'Enable IMS package type';
|
$string['allowtypeimsrepository'] = 'Enable IMS package type';
|
||||||
$string['allowtypelocalsync'] = 'Enable downloaded package type';
|
$string['allowtypelocalsync'] = 'Enable downloaded package type';
|
||||||
$string['apidebugmask'] = 'API debug capture mask (simple regex on <username>:<activityname>)';
|
$string['apidebugmask'] = 'API debug capture mask - use a simple regex on <username>:<activityname> e.g. admin:.* will debug for admin user only';
|
||||||
$string['areacontent'] = 'Content files';
|
$string['areacontent'] = 'Content files';
|
||||||
$string['areapackage'] = 'Package file';
|
$string['areapackage'] = 'Package file';
|
||||||
$string['asset'] = 'Asset';
|
$string['asset'] = 'Asset';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue