-
Notifications
You must be signed in to change notification settings - Fork 4
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
DSP-682 Integrate Ckeditor into Property View #199
Conversation
@tobiasschweizer here is what I have so far, including broken tests 😄 |
TODOs:
|
Conversion fun:
Maybe we could make the CKEditor instance return the internally converted markup, so we could use it as the initial value. Maybe related: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/deep-dive/conversion/conversion-preserving-custom-content.html |
… not use the standard mapping
@mdelez awesome, I could add a new text!!! |
resolves DSP-682
ValueTypeService.isReadOnly
has a a second required param now:isReadOnly(valueTypeOrClass: string, value: ReadValue): boolean