Allow opening profile: multiChoiceProprties record, anonymous access
This commit is contained in:
parent
4803fb07c8
commit
a403f93b47
|
@ -76,7 +76,6 @@
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<ChoiceSetting
|
<ChoiceSetting
|
||||||
v-if="user"
|
|
||||||
id="userPopoverAvatarAction"
|
id="userPopoverAvatarAction"
|
||||||
path="userPopoverAvatarAction"
|
path="userPopoverAvatarAction"
|
||||||
:options="userPopoverAvatarActionOptions"
|
:options="userPopoverAvatarActionOptions"
|
||||||
|
|
|
@ -17,7 +17,8 @@ export const multiChoiceProperties = [
|
||||||
'subjectLineBehavior',
|
'subjectLineBehavior',
|
||||||
'conversationDisplay', // tree | linear
|
'conversationDisplay', // tree | linear
|
||||||
'conversationOtherRepliesButton', // below | inside
|
'conversationOtherRepliesButton', // below | inside
|
||||||
'mentionLinkDisplay' // short | full_for_remote | full
|
'mentionLinkDisplay', // short | full_for_remote | full
|
||||||
|
'userPopoverAvatarAction' // close | zoom | open
|
||||||
]
|
]
|
||||||
|
|
||||||
export const defaultState = {
|
export const defaultState = {
|
||||||
|
|
Loading…
Reference in New Issue