Skip to content

paste_data_images :true is throwing error in angular cli but working with drag and drop of images #74

@nik0405

Description

@nik0405

TinymceModule.withConfig({
skin_url: "../resources/tinymce/skins/lightgray",
browser_spellcheck: true,
plugins: ['paste','lists'],
paste_data_images: true,
auto_focus:false,
menubar: false,
toolbar: 'bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link',
statusbar: false,
height:200,
remove_trailing_brs:true,
body_class:"tinmnce-body",
content_style: "html{overflow-y:auto !important;}"
}),

So i can not build the application with AOT. Also i am not able to paste with keyboard shortcuts if i have copied any image in clipboard.

Please provide your valueable inputs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions