1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-14 04:52:36 +02:00

MDL-76780 core: Add missing customfield to apis.json

This commit is contained in:
Sara Arjona 2023-01-03 11:52:47 +01:00
parent 12e9d9e1bf
commit 788a8d9598

@ -69,6 +69,11 @@
"allowedlevel2": false,
"allowedspread": false
},
"customfield": {
"component": "core_customfield",
"allowedlevel2": true,
"allowedspread": true
},
"ddl": {
"component": "core",
"allowedlevel2": true,