You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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.
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):
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')
The text was updated successfully, but these errors were encountered: