We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to insert the image without the UID.
I tried configuration below:
@@ckeditor-controlpanel -> [Resources Browser] -> [Allow link objects by UID] OFF
But nothing was happend. (Still the image is inserted with UID)
I grepped this configuration. It does not seem to be in use...
[xx@xx collective.ckeditor-3.6.12-py2.7.egg]# find . -name "*.py" -print0 | xargs -0 grep allow_link_byuid ./collective/ckeditor/browser/ckeditorsettings.py: allow_link_byuid = Bool( ./collective/ckeditor/browser/ckeditorsettings.py: def get_allow_link_byuid(self): ./collective/ckeditor/browser/ckeditorsettings.py: return self.context.allow_link_byuid ./collective/ckeditor/browser/ckeditorsettings.py: def set_allow_link_byuid(self, value): ./collective/ckeditor/browser/ckeditorsettings.py: self.context._updateProperty('allow_link_byuid', value) ./collective/ckeditor/browser/ckeditorsettings.py: allow_link_byuid = property(get_allow_link_byuid, set_allow_link_byuid)
Is this configuration not working now?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to insert the image without the UID.
I tried configuration below:
But nothing was happend.
(Still the image is inserted with UID)
I grepped this configuration.
It does not seem to be in use...
Is this configuration not working now?
The text was updated successfully, but these errors were encountered: