Wonderful! Thank you!
jdewit → created an issue. See original summary → .
You had two "console.log" statements in js/ckeditor5_plugins/editorAdvancedLink/src/editoradvancedlinkediting.js that were throwing console errors for me. I removed them in my testing and rebuilt editorAdvancedLink.js.
After I enabled the Language attribute in the text editor settings things are working. See the screenshot "ckeditor-settings-enable-language.png" for reference.
I'm seeing the Language option in the Advanced dropdown. See the screenshot "lang-attribute-in-advanced.png" for reference.
The lang attribute is showing up in the link markup. See the screenshot "lang-attribute-markup.png".
I think all you have to do is remove those two console.log lines and rebuild the JS.
@sayan_k_dutta. Could you upload a patch so we can test it out and help debug. Thanks.
Thank you so much @sayan_k_dutta.
jdewit → created an issue.
We just started using Focal Point on our project and I'm seeing this issue. Using the preview functionality it updates the live version of the image style on the server. It would be nice if the preview button generated the image styles in some temporary folder of choice without touching the actual image styles already created being used on the live site.