Extension CKAN Feature Image


Extension Basics

Title
CKAN Feature Image
Name
ckanext-feature-image
Type
Public extension
Description
CKAN extension to upload a featured image with caption for the homepage.
CKAN versions
Download-Url (zip)
Last commit
3 months ago (2025-12-04 15:40:07)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-feature-image

CKAN extension by TIB Hannover to upload a featured image with caption for the CKAN homepage.

Requirements

  • CKAN 2.9

Installation

  1. Activate your CKAN virtual environment.
  2. Install the extension:
pip install ckanext-feature-image

or from source:

git clone https://github.com/TIBHannover/ckanext-feature-image.git
cd ckanext-feature-image
python setup.py develop
  1. Add feature_image to the ckan.plugins setting in your CKAN config file.
  2. Restart CKAN.

License

AGPL-3.0

Info

v1.0.1 released Feb 10, 2025. 3 contributors. 0 stars.

Version
1.0.1
Version release date
2025-02-10
Contact name
TIB Hannover
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Uploads featured image with caption for the CKAN homepage. CKAN 2.9 compatible. v1.0.1 released Feb 2025. AGPL-3.0 license. 3 contributors.

Plugins to configure (ckan.ini)
feature_image
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions