Feat/SW-3031 imagevault updates
* chore(SW-3031): Updated dependencies * feat(SW-3031): Added Imagevault Id to title and updated delete functionality Approved-by: Michael Zetterberg
This commit is contained in:
@@ -103,7 +103,7 @@ function extractContentstackEmbeddedData(
|
||||
plugin,
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(`Unable to parse JWT like: ${jwtLike}`)
|
||||
console.log(`Unable to parse JWT like: ${jwtLike}`, e)
|
||||
}
|
||||
return null
|
||||
}
|
||||
@@ -180,7 +180,7 @@ async function init() {
|
||||
if (rte) {
|
||||
const savedSelection = rte?.selection?.get() ?? undefined
|
||||
|
||||
const appConfig = await rte.getConfig()
|
||||
const appConfig = rte.getConfig()
|
||||
|
||||
// This is the configuration for this instance of the plugin.
|
||||
// You edit this in the content types settings RTE plugin section.
|
||||
|
||||
Reference in New Issue
Block a user