MethodenDB-YFU / Frotend

Frotend
0 stars 0 forks source link

Image Support in Editor #34

Open alexmsenger opened 5 years ago

alexmsenger commented 5 years ago
alexmsenger commented 5 years ago
image: {
        class: Image,
        inlineToolbar: true,
        config: {
            endpoints: {
                byFile: 'http://localhost:8008/uploadFile', // Your backend file uploader endpoint
                byUrl: 'http://localhost:8008/fetchUrl', // Your endpoint that provides uploading by Url
            }
        }
    },

Docs: https://github.com/editor-js/image