mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 23:42:11 +02:00
MDL-53709 mod_wiki: Update includecontent description
This commit is contained in:
parent
67fc5bcb75
commit
2a84fae088
@ -416,7 +416,7 @@ class mod_wiki_external extends external_api {
|
||||
'sortdirection' => new external_value(PARAM_ALPHA,
|
||||
'Sort direction: ASC or DESC.', VALUE_DEFAULT, 'ASC'),
|
||||
'includecontent' => new external_value(PARAM_INT,
|
||||
'Include each page contents or not.', VALUE_DEFAULT, 1),
|
||||
'Include each page contents or just the contents size.', VALUE_DEFAULT, 1),
|
||||
), 'Options', VALUE_DEFAULT, array()),
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user