clean install

This commit is contained in:
2024-12-10 15:08:16 +01:00
commit e14eb2d8fd
31193 changed files with 3555714 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
allowed_types:
- book
block:
navigation:
mode: 'all pages'
child_type: book

View File

@@ -0,0 +1,20 @@
langcode: en
status: true
dependencies:
module:
- book
theme:
- olivero
id: olivero_book_navigation
theme: olivero
region: sidebar
weight: 0
provider: null
plugin: book_navigation
settings:
id: book_navigation
label: 'Book navigation'
label_display: visible
provider: book
block_mode: 'book pages'
visibility: { }

View File

@@ -0,0 +1,21 @@
langcode: en
status: true
dependencies:
config:
- node.type.book
id: node.book.promote
field_name: promote
entity_type: node
bundle: book
label: 'Promoted to front page'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'On'
off_label: 'Off'
field_type: boolean

View File

@@ -0,0 +1,69 @@
langcode: en
status: true
dependencies:
config:
- field.field.node.book.body
- node.type.book
module:
- text
id: node.book.default
targetEntityType: node
bundle: book
mode: default
content:
body:
type: text_textarea_with_summary
weight: 26
region: content
settings:
rows: 9
summary_rows: 3
placeholder: ''
show_summary: false
third_party_settings: { }
created:
type: datetime_timestamp
weight: 10
region: content
settings: { }
third_party_settings: { }
promote:
type: boolean_checkbox
weight: 15
region: content
settings:
display_label: true
third_party_settings: { }
status:
type: boolean_checkbox
weight: 120
region: content
settings:
display_label: true
third_party_settings: { }
sticky:
type: boolean_checkbox
weight: 16
region: content
settings:
display_label: true
third_party_settings: { }
title:
type: string_textfield
weight: -5
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 5
region: content
settings:
match_operator: CONTAINS
match_limit: 10
size: 60
placeholder: ''
third_party_settings: { }
hidden: { }

View File

@@ -0,0 +1,25 @@
langcode: en
status: true
dependencies:
config:
- field.field.node.book.body
- node.type.book
module:
- text
- user
id: node.book.default
targetEntityType: node
bundle: book
mode: default
content:
body:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 100
region: content
links:
weight: 101
region: content
hidden: { }

View File

@@ -0,0 +1,27 @@
langcode: en
status: true
dependencies:
config:
- core.entity_view_mode.node.teaser
- field.field.node.book.body
- node.type.book
module:
- text
- user
id: node.book.teaser
targetEntityType: node
bundle: book
mode: teaser
content:
body:
type: text_summary_or_trimmed
label: hidden
settings:
trim_length: 600
third_party_settings: { }
weight: 100
region: content
links:
weight: 101
region: content
hidden: { }

View File

@@ -0,0 +1,13 @@
langcode: en
status: false
dependencies:
module:
- node
enforced:
module:
- book
id: node.print
label: Print
description: ''
targetEntityType: node
cache: true

View File

@@ -0,0 +1,23 @@
langcode: en
status: true
dependencies:
config:
- field.storage.node.body
- node.type.book
module:
- text
id: node.book.body
field_name: body
entity_type: node
bundle: book
label: Body
description: ''
required: false
translatable: true
default_value: { }
default_value_callback: ''
settings:
display_summary: true
required_summary: false
allowed_formats: { }
field_type: text_with_summary

View File

@@ -0,0 +1,13 @@
langcode: en
status: true
dependencies:
enforced:
module:
- book
name: 'Book page'
type: book
description: '<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.'
help: null
new_revision: true
preview_mode: 1
display_submitted: true

View File

@@ -0,0 +1,34 @@
# Schema for the configuration files of the book module.
book.settings:
type: config_object
label: 'Book settings'
mapping:
allowed_types:
type: sequence
label: 'Content types allowed in book outlines'
sequence:
type: string
label: 'Content type'
block:
type: mapping
label: 'Block'
mapping:
navigation:
type: mapping
label: 'Navigation'
mapping:
mode:
type: string
label: 'Mode'
child_type:
type: string
label: 'Content type for child pages'
block.settings.book_navigation:
type: block_settings
label: 'Book navigation block'
mapping:
block_mode:
type: string
label: 'Block display mode'

View File

@@ -0,0 +1,8 @@
# Schema for the views plugins of the Book module.
views.argument_default.top_level_book:
type: sequence
label: 'Top Level Book from current node'
sequence:
type: string
label: 'Nid'