Skip to content

Commit

Permalink
[Fixes #7097] Allow XSL customization (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
etj authored Mar 25, 2021
1 parent 10724dd commit ea47139
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion basic/settings/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,20 @@ CATALOGUE
pycsw is the default CSW enabled in GeoNode. pycsw configuration directives
are managed in the PYCSW entry.

CATALOGUE METADATA TEMPLATE
CATALOGUE_METADATA_TEMPLATE
---------------------------

Default : ``catalogue/full_metadata.xml``

A string with the catalogue xml file needed for the metadata.

CATALOGUE_METADATA_XSL
----------------------

Default : ``'/static/metadataxsl/metadata.xsl``

A string pointing to the XSL used to transform the metadata XML into human readable HTML.

CELERYD_POOL_RESTARTS
---------------------

Expand Down

0 comments on commit ea47139

Please sign in to comment.