Extension Toll Theme


Extension Basics

Title
Toll Theme
Name
ckanext-tolltheme
Type
Public extension
Description
CKAN theme extension for Tolletaten (Norwegian Customs), providing customized visual styling with configurable dataset filters and branding for CKAN 2.8.
CKAN versions
Download-Url (zip)
Last commit
a year ago (2024-04-04 13:42:16)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-tolltheme

A CKAN theme extension for Tolletaten (Norwegian Customs). This extension provides customized visual styling and branding for the Tolletaten CKAN data portal.

Features

  • Custom theme and visual styling for Norwegian Customs data portal
  • Configurable dataset filters
  • Custom site logo support
  • Designed for CKAN 2.8

Requirements

  • CKAN 2.8

Installation

Install the extension:

pip install -e git+https://github.com/toll/ckanext-tolltheme.git#egg=ckanext-tolltheme

Add tolltheme to your CKAN plugins:

ckan.plugins = tolltheme

Configuration

# Configure dataset filters
tolltheme.dataset.filters = ...

# Configure site logo
ckan.site_logo = /path/to/logo.png

License

AGPL-3.0

Version
0.0.11
Version release date
(not set)
Contact name
Tolletaten
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Designed for CKAN 2.8. Supports configurable dataset filters via tolltheme.dataset.filters and custom site logo via ckan.site_logo.

Plugins to configure (ckan.ini)
tolltheme
CKAN Settings (ckan.ini)
# tolltheme.dataset.filters =
# ckan.site_logo =
DB migration to be executed
(not set)
<< back to Extensions