Skip to content

Commit

Permalink
Enabled scheming plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCalvert committed Jan 23, 2024
1 parent d04a304 commit c3e9741
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ckan/config/dbca.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use = config:/srv/app/ckan.ini
ckan.devserver.watch_patterns = /srv/app/ckan.ini

## Plugins Settings ############################################################
ckan.plugins = dbca image_view text_view datatables_view pdf_view datastore xloader pages showcase hierarchy_display hierarchy_form hierarchy_group_form dcat spatial_metadata spatial_query doi resource_proxy geo_view shp_view envvars
ckan.plugins = dbca image_view text_view datatables_view pdf_view datastore xloader pages showcase hierarchy_display hierarchy_form hierarchy_group_form dcat scheming_datasets spatial_metadata spatial_query doi resource_proxy geo_view shp_view envvars

## Resource Views Settings #####################################################
ckan.views.default_views = text_view datatables_view pdf_view geo_view shp_view
Expand All @@ -36,7 +36,13 @@ ckanext.doi.prefix = 10.82800
ckanext.doi.test_mode = True
ckanext.doi.language = en

# ckanext-showcase
ckanext.homepage_views = True
ckanext.showcase.editor = ckeditor

# ckanext-pages
ckanext.pages.allow_html = True
ckanext.pages.editor = ckeditor

## Logging configuration
[loggers]
Expand Down

0 comments on commit c3e9741

Please sign in to comment.