Extension Express


Extension Basics

Title
Express
Name
ckanext-express
Type
Public extension
Description
CKAN extension for ckanexpress.com
CKAN versions
Download-Url (zip)
Last commit
9 years ago (2016-02-23 15:46:55)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-express

CKAN plugins for CKAN Express.

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
Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
up_to_n_editors ckan customizable_featured_image ckanext
CKAN Settings (ckan.ini)
# ckanext.express.featured_image = /birmingham_featured_image.jpeg
# ckanext.express.featured_alt_text = Birmingham!
# ckanext.express.featured_caption = This is Birmingham
# ckanext.express.featured_caption =


Tests
DB migration to be executed
(not set)
<< back to Extensions