Is it possible to restrict the editing of a Space's Colour Scheme?

Dominik Aigner March 21, 2016

This question is in reference to Atlassian Documentation: Edit a Space's Colour Scheme

Hi all,

 

some users are getting crazy about this function and we got some kinda colorful spaces.

Is it possible to restrict the editing of a Space's Colour Scheme?

They should just use the default colour scheme.

 

Thanks for your response!

Dominik

1 answer

1 accepted

1 vote
Answer accepted
Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 22, 2016

Probably the easiest way would be to include some Javascript in the custom HTML to hide it:

<script> jQuery(function() { jQuery('a[href^="/spaces/lookandfeel"]').hide(); }); </script>
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 22, 2016

Easy to bypass, as it's javascript, but it's a good way to strongly discourage people from doing it.

Dominik Aigner March 22, 2016

Thanks, this works! 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events