From 9118ff305390187278188d632560749dfd736fd4 Mon Sep 17 00:00:00 2001 From: David Polak Date: Tue, 5 Feb 2019 13:40:05 +0100 Subject: [PATCH] Add embedAsBase64 to AssetManager config --- src/asset_manager/config/config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/asset_manager/config/config.js b/src/asset_manager/config/config.js index 982967aaa..09bbace76 100644 --- a/src/asset_manager/config/config.js +++ b/src/asset_manager/config/config.js @@ -63,6 +63,9 @@ module.exports = { // } uploadFile: '', + // In the absence of uploadFile function assets will be embedded as Base64 + embedAsBase64: 1, + // Handle the image url submit from the built-in 'Add image' form // @example // handleAdd: (textFromInput) => {