mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-59399-master' of git://github.com/ryanwyllie/moodle
This commit is contained in:
commit
dc9f39bfc3
4 changed files with 5 additions and 4 deletions
|
@ -956,4 +956,4 @@ Y.namespace('M.atto_media').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
}, '@VERSION@', {"requires": ["moodle-editor_atto-plugin"]});
|
}, '@VERSION@', {"requires": ["moodle-editor_atto-plugin", "moodle-form-shortforms"]});
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -956,4 +956,4 @@ Y.namespace('M.atto_media').Button = Y.Base.create('button', Y.M.editor_atto.Edi
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
}, '@VERSION@', {"requires": ["moodle-editor_atto-plugin"]});
|
}, '@VERSION@', {"requires": ["moodle-editor_atto-plugin", "moodle-form-shortforms"]});
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
"moodle-atto_media-button": {
|
"moodle-atto_media-button": {
|
||||||
"requires": [
|
"requires": [
|
||||||
"moodle-editor_atto-plugin"
|
"moodle-editor_atto-plugin",
|
||||||
|
"moodle-form-shortforms"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue