4444444444444443333333333333
This commit is contained in:
@@ -398,6 +398,7 @@
|
||||
receive_system_notifications: @if(session)@if(session.receive_system_notifications !== false) true @else false @endif@else true @endif,
|
||||
receive_user_notifications: @if(session)@if(session.receive_user_notifications !== false) true @else false @endif@else true @endif,
|
||||
do_not_disturb: @if(session && session.do_not_disturb) true @else false @endif,
|
||||
comment_banner_enabled: @if(comment_banner_enabled) true @else false @endif,
|
||||
comment_display_mode: {{ comment_display_mode }},
|
||||
comment_max_length: {{ comment_max_length !== null && comment_max_length !== undefined ? comment_max_length : 'null' }},
|
||||
development: @if(development) true @else false @endif,
|
||||
|
||||
Reference in New Issue
Block a user