Merge branch 'MDL-59399-master' of git://github.com/ryanwyllie/moodle

This commit is contained in:
David Monllao 2017-09-12 08:12:26 +02:00
commit dc9f39bfc3
4 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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"]});

View file

@ -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"
] ]
} }
} }