{% extends "admin/base.html" %} {% block primary_content_inner %} {% if not drupal_url %}
{{ _('Cache info') }}
{{ _('Default cache TTL is {} sec.').format(cache_ttl_default) }} {{ _('You can specify the TTL by providing next config option:') }}
ckanext.drupal_api.cache.duration
{{ _('API versions') }}
{{ _("Currently, there are two supported API versions:") }} JSON API {{ _('and') }} RESTful Web Services ({{ _('default') }}) {{ _("You can specify the API version with next config option:") }}
ckanext.drupal_api.api_version{{ _("There are two options: ") }}
json
{{ _('and') }} core