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

WYSIWYG editor Does not show up. #34

Open
shiblicse opened this issue Mar 21, 2016 · 1 comment
Open

WYSIWYG editor Does not show up. #34

shiblicse opened this issue Mar 21, 2016 · 1 comment

Comments

@shiblicse
Copy link

I have installed the ckanext-pages. By changing the configuration lines to false in plugin.py file I can get rid off About/Group/Organization menus as below.

def build_pages_nav_main(*args):

about_menu = p.toolkit.asbool(config.get('ckanext.pages.about_menu', False))
group_menu = p.toolkit.asbool(config.get('ckanext.pages.group_menu', False))
org_menu = p.toolkit.asbool(config.get('ckanext.pages.organization_menu', False))

However, I cannot get the WYSIWYG editor by changing the following.

def get_wysiwyg_editor():
return config.get('ckanext.pages.editor', 'ckeditor')

or

def get_wysiwyg_editor():
return config.get('ckanext.pages.editor', 'medium')

@metaodi
Copy link
Member

metaodi commented May 19, 2016

@shiblicse Could you try to install it again and see you still have this issue? There were some changes in the meantime, that possibly solved this problem.

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

2 participants