Skip to content

Commit

Permalink
Collectory skin layout vars updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj committed Mar 26, 2020
1 parent a4ca73f commit 7f2ede9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ biocacheUiURL={{ biocache_hub_url }}
biocacheServicesUrl={{ biocache_service_url }}

# Skinning
# ala.skin is deprecated after:
# https://github.com/AtlasOfLivingAustralia/collectory-plugin/commit/f47c181ee4c5c52f150670f84f4f55f5d20ade31
# configure skin.layout instead
ala.skin={{ skin | default('main') }}
skin.layout={{ skin_layout | default('generic') }}
skin.layout={{ (collectory_skin_layout | default(skin_layout)) | default('ala') }}
skin.fluidLayout={{ fluidLayout | default('')}}
chartsBgColour={{ charts_bg_colour | default('#fffef7') }}

Expand Down

0 comments on commit 7f2ede9

Please sign in to comment.