Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
  "moodle-core-notification": {
3
    "requires": [
4
        "moodle-core-notification-dialogue",
5
        "moodle-core-notification-alert",
6
        "moodle-core-notification-confirm",
7
        "moodle-core-notification-exception",
8
        "moodle-core-notification-ajaxexception"
9
    ]
10
  },
11
  "moodle-core-notification-dialogue": {
12
    "requires": [
13
        "base",
14
        "node",
15
        "panel",
16
        "escape",
17
        "event-key",
18
        "dd-plugin",
19
        "moodle-core-widget-focusafterclose",
20
        "moodle-core-lockscroll"
21
    ]
22
  },
23
  "moodle-core-notification-alert": {
24
    "requires": [
25
        "moodle-core-notification-dialogue"
26
    ]
27
  },
28
  "moodle-core-notification-confirm": {
29
    "requires": [
30
        "moodle-core-notification-dialogue"
31
    ]
32
  },
33
  "moodle-core-notification-exception": {
34
    "requires": [
35
        "moodle-core-notification-dialogue"
36
    ]
37
  },
38
  "moodle-core-notification-ajaxexception": {
39
    "requires": [
40
        "moodle-core-notification-dialogue"
41
    ]
42
  }
43
}