You are here

function varbase_media_update_8703 in Varbase Media 8.7

Same name and namespace in other branches
  1. 9.0.x varbase_media.install \varbase_media_update_8703()

Follow up fix Issue #3103229: Fix icons for [Embed buttons] for the CKEditor.

After the change of Embed API as they had droped icon_uuid and change of config schema in case for optional updates or buttons were deleted.

File

./varbase_media.install, line 293
Contains install and update for Varbase Media module.

Code

function varbase_media_update_8703() {
  varbase_media_update_8702();
}