Skip to content

Commit

Permalink
#475 IAN as they changed the API, so removed IAN option in svg edit (#…
Browse files Browse the repository at this point in the history
…610)

* #475  IAN as they changed the API, so removed IAN option in svg edit

* move imagelib to untested extensions

This feature is causing security warning and needs to be entirely rewritten

Co-authored-by: JFH <[email protected]>
  • Loading branch information
AgriyaDev5 and jfhenon authored Jan 7, 2022
1 parent e2ee222 commit afa6e24
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ export default {
name: svgEditor.i18next.t(`${name}:imgLibs_0_name`),
url: 'extensions/ext-imagelib/index.html',
description: svgEditor.i18next.t(`${name}:imgLibs_0_description`)
},
{
name: svgEditor.i18next.t(`${name}:imgLibs_1_name`),
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php?svgedit=3',
description: svgEditor.i18next.t(`${name}:imgLibs_1_description`)
}
]

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/editor/ConfigObj.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default class ConfigObj {
// 'ext-connector',
'ext-eyedropper',
'ext-grid',
'ext-imagelib',
// 'ext-imagelib',
// 'ext-arrows',
'ext-markers',
// 'ext-overview_window', disabled until we fix performance issue
Expand Down
5 changes: 0 additions & 5 deletions src/editor/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@

import i18next from 'i18next'

/**
* Used, for example, in the ImageLibs extension, to present libraries
* (with name/URL/description) in order.
* @typedef {GenericArray<module:locale.LocaleStrings>} module:locale.LocaleArray
*/
/**
* The string keys of the object are two-letter language codes.
* @tutorial LocaleDocs
Expand Down

0 comments on commit afa6e24

Please sign in to comment.