Browse Source

Add embedAsBase64 to AssetManager config

pull/1773/head
David Polak 7 years ago
parent
commit
9118ff3053
  1. 3
      src/asset_manager/config/config.js

3
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) => {

Loading…
Cancel
Save