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

[Allow link objects by UID] is not working. #27

Open
kinumi opened this issue Sep 24, 2013 · 0 comments
Open

[Allow link objects by UID] is not working. #27

kinumi opened this issue Sep 24, 2013 · 0 comments

Comments

@kinumi
Copy link

kinumi commented Sep 24, 2013

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?

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