1234567891011121314151617181920212223242526272829303132333435363738394041 |
- uuid: c17ec623-45c0-4121-8256-a55e7386b58c
- langcode: en
- status: true
- dependencies:
- module:
- - book
- - context
- theme:
- - rorschach
- id: booknavigation_3
- theme: rorschach
- region: sidebar
- weight: 0
- provider: null
- plugin: book_navigation
- settings:
- id: book_navigation
- label: 'Book navigation'
- label_display: visible
- provider: book
- block_mode: 'all pages'
- visibility:
- context:
- id: context
- negate: null
- values: ''
- context_all:
- id: context_all
- negate: null
- values: ''
- user_status:
- id: user_status
- negate: false
- context_mapping:
- user: '@user.current_user_context:current_user'
- user_status:
- viewing_profile: '0'
- logged_viewing_profile: '0'
- own_page_true: '0'
- field_value: '0'
- user_fields: uid
|