#475 IAN as they changed the API, so removed IAN option in svg edit (#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 <20402845+jfhenon@users.noreply.github.com>
master
Agriya Dev5 2022-01-07 17:27:16 +05:30 committed by GitHub
parent e2ee222ff5
commit afa6e24235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
17 changed files with 1 additions and 11 deletions

View File

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

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

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

View File

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