Extension Feature Image


Extension Basics

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


Background Infos

Description (long)
Show details

ckanext-feature-image

This extension includes the feature_image plugin. The plugin ables system admins to upload a featured image with caption for the CKAN homepage.

Screenshots

feature_image1

feature_image2

Requirements

Compatibility with core CKAN versions:

CKAN version Compatible?
2.9 Yes
earlier Not Tested |

Installation

To install ckanext-feature-image:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate

  2. Clone the source and install it on the virtualenv

    git clone https://github.com/TIBHannover/ckanext-feature-image.git
    cd ckanext-feature-image
    pip install -r requirements.txt
    python setup.py develop
    
  3. Add feature_image to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/ckan.ini).

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu:

    sudo service apache2 reload
    
Version
1.0.1
Version release date
2025-02-10
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

To install ckanext-feature-image:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate

  2. Clone the source and install it on the virtualenv

    git clone https://github.com/TIBHannover/ckanext-feature-image.git
    cd ckanext-feature-image
    pip install -r requirements.txt
    python setup.py develop
    
  3. Add feature_image to the ckan.plugins setting in your CKAN config file (by default the config file is located at `/et

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