MDL-59399 atto: make media plugin shortform explandable

This commit is contained in:
Ryan Wyllie
2017-09-06 05:28:04 +00:00
parent 3393db1467
commit ad445893db
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": {
"requires": [
"moodle-editor_atto-plugin"
"moodle-editor_atto-plugin",
"moodle-form-shortforms"
]
}
}