Extension CKAN Frontpage


Extension Basics

Title
CKAN Frontpage
Name
ckanext-frontpage
Type
Public extension
Description
CKAN extension for managing and customizing the CKAN frontpage content with optional HTML support and configurable editor.
CKAN versions
Download-Url (zip)
Last commit
8 years ago (2017-03-24 20:09:17)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-frontpage

CKAN extension for managing and customizing the CKAN frontpage. Allows administrators to control the frontpage content with support for HTML editing and a configurable editor.

Installation

git clone https://github.com/merkelct/ckanext-frontpage.git
cd ckanext-frontpage
python setup.py develop

Add frontpage to the ckan.plugins setting.

Configuration

# Allow HTML content in the frontpage
ckanext.frontpage.allow_html = true

# Configure the editor type
ckanext.frontpage.editor = ckeditor

Info

By merkelct.

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


Installation Guide

Configuration hints

Frontpage content management. Config: ckanext.frontpage.allow_html, ckanext.frontpage.editor.

Plugins to configure (ckan.ini)
frontpage
CKAN Settings (ckan.ini)
# ckanext.frontpage.allow_html = true
# ckanext.frontpage.editor = ckeditor
DB migration to be executed
(not set)
<< back to Extensions