Skip to content

Commit

Permalink
fix openmage plugins breaks help (OpenMage#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
empiricompany committed Aug 25, 2023
1 parent 2cd4e0a commit b832fc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions js/mage/adminhtml/wysiwyg/tinymce/plugins/openmagevariable.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,8 @@ tinymce.PluginManager.add('openmagevariable', (ed, url) => {

getMetadata: function () {
return {
longname: 'OpenMage Variable Manager Plugin',
author: 'OpenMage Core Team',
authorurl: 'https://www.openmage.org',
infourl: 'https://www.openmage.org',
version: '1.0'
name: 'OpenMage Variable Manager Plugin',
url: 'https://www.openmage.org'
};
}
}
Expand Down
7 changes: 2 additions & 5 deletions js/mage/adminhtml/wysiwyg/tinymce/plugins/openmagewidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,8 @@ tinymce.PluginManager.add('openmagewidget', (ed, url) => {

getMetadata: function () {
return {
longname: 'OpenMage Widget Manager Plugin',
author: 'OpenMage Core Team',
authorurl: 'https://www.openmage.org',
infourl: 'https://www.openmage.org',
version: '1.0'
name: 'OpenMage Widget Manager Plugin',
url: 'https://www.openmage.org'
};
}
}
Expand Down

0 comments on commit b832fc5

Please sign in to comment.