ckanext-express
CKAN plugins for CKAN Express (ckanexpress.com).
Included Plugins
up_to_n_editors
Restricts the number of sysadmins, organization admins and organization editors that a site can have. The default is 3 editors.
To customize in config file:
ckan.plugins = up_to_n_editors
ckan.express.max_editors = 6
customizable_featured_image
Allows the featured image, alt text and caption (in the middle of the front page in the default CKAN theme) to be customized with config settings:
ckan.plugins = customizable_featured_image
ckanext.express.featured_image = /birmingham_featured_image.jpeg
ckanext.express.featured_alt_text = Birmingham!
ckanext.express.featured_caption = This is Birmingham
To get no caption, set it empty:
ckanext.express.featured_caption =
Tests
To run the tests:
nosetests --with-pylons=test.ini
Note
This is a legacy extension from 2014-2016 designed for the CKAN Express service.