Skip to content

Commit

Permalink
Added tip to Installation Guide > Configuration > Custom Header relat…
Browse files Browse the repository at this point in the history
…ed to disable root theme. [ref IQSS#4197]
  • Loading branch information
mheppler committed Nov 16, 2017
1 parent 80219c5 commit d277669
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,12 @@ Once you have the location of your custom header HTML file, run this curl comman

``curl -X PUT -d '/var/www/dataverse/branding/custom-header.html' http://localhost:8080/api/admin/settings/:HeaderCustomizationFile``

If you have enabled a custom header or navbar logo, you may want to disable the theme of the logo/banner of the "root" dataverse by setting ``:DisableRootDataverseTheme`` to ``true`` like this:
If you have enabled a custom header or navbar logo, you may want to disable the theme of the root dataverse. You can do so by setting ``:DisableRootDataverseTheme`` to ``true`` like this:

``curl -X PUT -d 'true' http://localhost:8080/api/admin/settings/:DisableRootDataverseTheme``

Please note, if your installation is already up and running on production, before disabling your root dataverse theme, consider that child dataverses have the ability to inherit themes. You should manually revert the root dataverse theme to default values before disabling, or continue to allow the root dataverse theme to be inherited.

Custom Footer
+++++++++++++

Expand Down

0 comments on commit d277669

Please sign in to comment.