You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can we alse encode and upload actual path in this as i am sending this template in mail and mail is not suport the image
i did this
var editor = grapesjs.init({
container : '#gjs',
plugins: ['grapesjs-preset-newsletter'],
pluginsOpts: {
'grapesjs-preset-newsletter': {
importPlaceholder: '
here when we select image, it gives base64 encoded images, =>https://prnt.sc/SIxn6GkzRUEm
how can we alse encode and upload actual path in this as i am sending this template in mail and mail is not suport the image
i did this
var editor = grapesjs.init({
container : '#gjs',
plugins: ['grapesjs-preset-newsletter'],
pluginsOpts: {
'grapesjs-preset-newsletter': {
importPlaceholder: '
cellStyle: {
'font-size': '12px',
'font-weight': 300,
'vertical-align': 'top',
background: 'rgb(111, 119, 125)',
margin: 0,
padding: 0,
},
assetManager: {
embedAsBase64: false,
}
},
}
});
The text was updated successfully, but these errors were encountered: