mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-82015' of https://github.com/ak4t0sh/moodle
This commit is contained in:
commit
960f27eb5c
@ -193,6 +193,7 @@ class get_recordings_to_import extends external_api {
|
||||
'type' => new external_value(PARAM_ALPHANUMEXT, 'Column type', VALUE_OPTIONAL),
|
||||
'sortable' => new external_value(PARAM_BOOL, 'Whether this column is sortable', VALUE_OPTIONAL, false),
|
||||
'allowHTML' => new external_value(PARAM_BOOL, 'Whether this column contains HTML', VALUE_OPTIONAL, false),
|
||||
'formatter' => new external_value(PARAM_ALPHANUMEXT, 'Formatter name', VALUE_OPTIONAL),
|
||||
])),
|
||||
'data' => new external_value(PARAM_RAW), // For now it will be json encoded.
|
||||
], '', VALUE_OPTIONAL),
|
||||
|
Loading…
x
Reference in New Issue
Block a user