From f66c2c9b09ad612a803d63a311d94a4ad90150d6 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Fri, 25 Jul 2025 15:52:06 +0200 Subject: [PATCH] MDL-86125 core: Remove duplicated components.json Signed-off-by: Daniel Ziegenberg --- public/lib/components.json | 135 ------------------------------------- 1 file changed, 135 deletions(-) delete mode 100644 public/lib/components.json diff --git a/public/lib/components.json b/public/lib/components.json deleted file mode 100644 index 0d2b7362360..00000000000 --- a/public/lib/components.json +++ /dev/null @@ -1,135 +0,0 @@ -{ - "plugintypes": { - "aiplacement": "ai/placement", - "aiprovider": "ai/provider", - "antivirus": "lib\/antivirus", - "availability": "availability\/condition", - "qtype": "question\/type", - "mod": "mod", - "auth": "auth", - "calendartype": "calendar\/type", - "communication": "communication\/provider", - "customfield": "customfield\/field", - "enrol": "enrol", - "message": "message\/output", - "block": "blocks", - "media": "media\/player", - "filter": "filter", - "editor": "lib\/editor", - "format": "course\/format", - "dataformat": "dataformat", - "profilefield": "user\/profile\/field", - "report": "report", - "coursereport": "course\/report", - "gradeexport": "grade\/export", - "gradeimport": "grade\/import", - "gradepenalty": "grade\/penalty", - "gradereport": "grade\/report", - "gradingform": "grade\/grading\/form", - "mlbackend": "lib\/mlbackend", - "webservice": "webservice", - "repository": "repository", - "portfolio": "portfolio", - "search": "search\/engine", - "qbank": "question\/bank", - "qbehaviour": "question\/behaviour", - "qformat": "question\/format", - "plagiarism": "plagiarism", - "tool": "admin\/tool", - "cachestore": "cache\/stores", - "cachelock": "cache\/locks", - "fileconverter": "files\/converter", - "contenttype": "contentbank\/contenttype", - "theme": "theme", - "local": "local", - "h5plib": "h5p\/h5plib", - "paygw": "payment\/gateway", - "smsgateway": "sms/gateway" - }, - "subsystems": { - "ai": "ai", - "access": null, - "admin": "admin", - "adminpresets": "admin/presets", - "analytics": "analytics", - "antivirus": "lib\/antivirus", - "auth": "auth", - "availability": "availability", - "backup": "backup\/util\/ui", - "badges": "badges", - "block": "blocks", - "blog": "blog", - "bulkusers": null, - "cache": "cache", - "calendar": "calendar", - "cohort": "cohort", - "comment": "comment", - "communication": "communication", - "competency": "competency", - "completion": "completion", - "contentbank": "contentbank", - "countries": null, - "course": "course", - "courseformat": "course\/format", - "currencies": null, - "customfield": "customfield", - "dbtransfer": null, - "debug": null, - "editor": "lib\/editor", - "edufields": null, - "enrol": "enrol", - "error": null, - "external": "lib/external", - "favourites": "favourites", - "filepicker": null, - "fileconverter": "files\/converter", - "files": "files", - "filters": "filter", - "form": "lib\/form", - "grades": "grade", - "grading": "grade\/grading", - "group": "group", - "help": null, - "hub": null, - "h5p": "h5p", - "imscc": null, - "install": null, - "iso6392": null, - "langconfig": null, - "license": null, - "mathslib": null, - "media": "media", - "message": "message", - "mimetypes": null, - "mnet": "mnet", - "my": "my", - "notes": "notes", - "pagetype": null, - "payment" : "payment", - "pix": null, - "plagiarism": "plagiarism", - "plugin": null, - "portfolio": "portfolio", - "privacy": "privacy", - "question": "question", - "rating": "rating", - "report": "report", - "reportbuilder": "reportbuilder", - "repository": "repository", - "rss": "rss", - "role": "admin\/roles", - "search": "search", - "sms": "sms", - "table": "lib\/table", - "tag": "tag", - "timezones": null, - "user": "user", - "userkey": "lib\/userkey", - "webservice": "webservice", - "xapi": "lib\/xapi" - }, - "deprecatedplugintypes": - { - "mnetservice": "mnet\/service" - } -}