Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nik0405 opened this issue Oct 8, 2018 · 0 comments

Comments

@nik0405
Copy link

nik0405 commented Oct 8, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant