-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Reload config? #40
Comments
@gazben You can try add |
@lavenkin
In the Vue debug console I can see the config change to the desired value (readOnly: true/false), but the change is not reflected on the page. The page contains multiple ckeditors. I even tried from the console and the ckeditor remained read only. |
From v2.0.9 We're update |
I would like to change other parameters of the config as well. Isn't it possible to "watch" the whole config object for changes? Many thanks for your great work! |
Hi @geri777 I will development more functions support such as you suggest. Thank you very much. |
Hello,
I want to dynamically set the readOnly property in the config, and right now, if I change the config the edito will not change.
Is there a way to make the editor reactie to the config changes?
The text was updated successfully, but these errors were encountered: