Site Configuration by Server Params (confsites and confpages)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
</CTitleBanner>
|
||||
</div>
|
||||
|
||||
<div v-if="static_data.functionality.SHOW_NAMESURNAME">
|
||||
<div v-if="site.confpages.showNameSurname">
|
||||
<div class="text-h6">
|
||||
<span v-if="checkifShow('name')"> {{ myuser.name }}</span> <span v-if="checkifShow('surname')">{{
|
||||
myuser.surname
|
||||
@@ -193,7 +193,7 @@
|
||||
</div>
|
||||
|
||||
<CTitleBanner
|
||||
v-if="static_data.functionality.SHOW_COMPETENZE"
|
||||
v-if="site.confpages.showCompetenze"
|
||||
class="" :title="$t('profile.skills')" bgcolor="bg-primary" clcolor="text-white"
|
||||
myclass="myshad" :canopen="true">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user