mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
MDL-69166 core: define payment as a subsystem and pg as a plugin type
This commit is contained in:
parent
aed0ee06f9
commit
9d77bf7c9b
3 changed files with 7 additions and 2 deletions
|
@ -38,7 +38,8 @@
|
|||
"contenttype": "contentbank\/contenttype",
|
||||
"theme": "theme",
|
||||
"local": "local",
|
||||
"h5plib": "h5p\/h5plib"
|
||||
"h5plib": "h5p\/h5plib",
|
||||
"pg": "payment\/gateway"
|
||||
},
|
||||
"subsystems": {
|
||||
"access": null,
|
||||
|
@ -94,6 +95,7 @@
|
|||
"my": "my",
|
||||
"notes": "notes",
|
||||
"pagetype": null,
|
||||
"payment" : "payment",
|
||||
"pix": null,
|
||||
"plagiarism": "plagiarism",
|
||||
"plugin": null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue