Extension Hero Slider Admin


Extension Basics

Title
Hero Slider Admin
Name
ckanext-heroslideradmin
Type
Public extension
Description
Adds a hero slider to the homepage which can be managed from the sysadmin panel.
CKAN versions
Download-Url (zip)
Last commit
a year ago (2024-10-17 00:00:00)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

This extension adds a hero slider component to the CKAN homepage with full administrative control from the sysadmin panel. Administrators can manage slider content, add images, and configure slider behavior through a dedicated admin interface. The slider can be integrated into homepage templates using a simple snippet inclusion.

Version
Version release date
(not set)
Contact name
Jay Guo
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add hero slider snippet to homepage template: {% snippet ‘home/snippets/hero_slider.html’ %}

Plugins to configure (ckan.ini)
heroslideradmin
CKAN Settings (ckan.ini)
DB migration to be executed
CKAN >= 2.9: ckan --config=/etc/ckan/default/production.ini heroslideradmin initdb | CKAN <= 2.8: paster --plugin=ckanext-heroslideradmin heroslideradmin initdb --config=/etc/ckan/default/production.ini
<< back to Extensions