Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.field.paragraph.os2loop_documents_highlighted_co.os2loop_documents_hc_content
- field.field.paragraph.os2loop_documents_highlighted_co.os2loop_documents_hc_title
- field.field.paragraph.os2loop_documents_highlighted_co.os2loop_documents_title
- field.field.paragraph.os2loop_documents_highlighted_co.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_highlighted_co
module:
- text
Expand All @@ -16,7 +17,7 @@ mode: default
content:
os2loop_documents_hc_content:
type: text_textarea
weight: 1
weight: 2
region: content
settings:
rows: 5
Expand All @@ -30,6 +31,13 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
os2loop_documents_toc_ignore:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
os2loop_documents_hc_title: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,30 +19,31 @@ mode: default
content:
os2loop_documents_step_image:
type: media_library_widget
weight: 20
weight: 3
region: content
settings:
media_types: { }
third_party_settings: { }
region: content
os2loop_documents_step_text:
weight: 10
type: text_textarea
weight: 2
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
type: text_textarea
region: content
os2loop_documents_step_title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
type: string_textfield
region: content
os2loop_documents_steps:
type: entity_reference_paragraphs
weight: 30
weight: 4
region: content
settings:
title: Step
title_plural: Steps
Expand All @@ -51,7 +52,6 @@ content:
form_display_mode: default
default_paragraph_type: _none
third_party_settings: { }
region: content
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.field.paragraph.os2loop_documents_step_by_step.os2loop_documents_description
- field.field.paragraph.os2loop_documents_step_by_step.os2loop_documents_steps
- field.field.paragraph.os2loop_documents_step_by_step.os2loop_documents_title
- field.field.paragraph.os2loop_documents_step_by_step.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_step_by_step
module:
- paragraphs
Expand All @@ -16,15 +17,17 @@ bundle: os2loop_documents_step_by_step
mode: default
content:
os2loop_documents_description:
weight: 10
type: text_textarea
weight: 2
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
type: text_textarea
region: content
os2loop_documents_steps:
weight: 20
type: entity_reference_paragraphs
weight: 3
region: content
settings:
title: step
title_plural: steps
Expand All @@ -33,16 +36,21 @@ content:
form_display_mode: default
default_paragraph_type: _none
third_party_settings: { }
type: entity_reference_paragraphs
region: content
os2loop_documents_title:
type: string_textfield
weight: 0
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
type: string_textfield
os2loop_documents_toc_ignore:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.field.paragraph.os2loop_documents_table.os2loop_documents_tbl_cont
- field.field.paragraph.os2loop_documents_table.os2loop_documents_tbl_desc
- field.field.paragraph.os2loop_documents_table.os2loop_documents_title
- field.field.paragraph.os2loop_documents_table.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_table
module:
- text
Expand All @@ -16,15 +17,15 @@ mode: default
content:
os2loop_documents_tbl_cont:
type: text_textarea
weight: 1
weight: 2
region: content
settings:
rows: 5
placeholder: ''
third_party_settings: { }
os2loop_documents_tbl_desc:
type: string_textarea
weight: 2
weight: 3
region: content
settings:
rows: 5
Expand All @@ -38,6 +39,13 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
os2loop_documents_toc_ignore:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- field.field.paragraph.os2loop_documents_text_and_image.os2loop_documents_tai_position
- field.field.paragraph.os2loop_documents_text_and_image.os2loop_documents_tai_text
- field.field.paragraph.os2loop_documents_text_and_image.os2loop_documents_title
- field.field.paragraph.os2loop_documents_text_and_image.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_text_and_image
module:
- media_library
Expand All @@ -18,20 +19,20 @@ mode: default
content:
os2loop_documents_tai_image:
type: media_library_widget
weight: 2
weight: 3
region: content
settings:
media_types: { }
third_party_settings: { }
os2loop_documents_tai_position:
type: options_select
weight: 3
weight: 4
region: content
settings: { }
third_party_settings: { }
os2loop_documents_tai_text:
type: text_textarea
weight: 1
weight: 2
region: content
settings:
rows: 5
Expand All @@ -45,6 +46,13 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
os2loop_documents_toc_ignore:
type: boolean_checkbox
weight: 1
region: content
settings:
display_label: true
third_party_settings: { }
hidden:
created: true
status: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.field.paragraph.os2loop_documents_highlighted_co.os2loop_documents_hc_content
- field.field.paragraph.os2loop_documents_highlighted_co.os2loop_documents_hc_title
- field.field.paragraph.os2loop_documents_highlighted_co.os2loop_documents_title
- field.field.paragraph.os2loop_documents_highlighted_co.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_highlighted_co
module:
- text
Expand Down Expand Up @@ -34,4 +35,5 @@ hidden:
entity_print_view_pdf: true
entity_print_view_word_docx: true
os2loop_documents_hc_title: true
os2loop_documents_toc_ignore: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,36 @@ mode: default
content:
os2loop_documents_step_image:
type: entity_reference_entity_view
weight: 30
label: hidden
settings:
view_mode: default
link: false
third_party_settings: { }
weight: 30
region: content
os2loop_documents_step_text:
weight: 10
type: text_default
label: hidden
settings: { }
third_party_settings: { }
type: text_default
weight: 10
region: content
os2loop_documents_step_title:
weight: 0
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
type: string
weight: 0
region: content
os2loop_documents_steps:
type: entity_reference_revisions_entity_view
weight: 20
label: hidden
settings:
view_mode: default
link: ''
third_party_settings: { }
weight: 20
region: content
hidden:
entity_print_view_epub: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.field.paragraph.os2loop_documents_step_by_step.os2loop_documents_description
- field.field.paragraph.os2loop_documents_step_by_step.os2loop_documents_steps
- field.field.paragraph.os2loop_documents_step_by_step.os2loop_documents_title
- field.field.paragraph.os2loop_documents_step_by_step.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_step_by_step
module:
- entity_reference_revisions
Expand Down Expand Up @@ -43,4 +44,5 @@ hidden:
entity_print_view_epub: true
entity_print_view_pdf: true
entity_print_view_word_docx: true
os2loop_documents_toc_ignore: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies:
- field.field.paragraph.os2loop_documents_table.os2loop_documents_tbl_cont
- field.field.paragraph.os2loop_documents_table.os2loop_documents_tbl_desc
- field.field.paragraph.os2loop_documents_table.os2loop_documents_title
- field.field.paragraph.os2loop_documents_table.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_table
module:
- text
Expand Down Expand Up @@ -40,4 +41,5 @@ hidden:
entity_print_view_epub: true
entity_print_view_pdf: true
entity_print_view_word_docx: true
os2loop_documents_toc_ignore: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- field.field.paragraph.os2loop_documents_text_and_image.os2loop_documents_tai_position
- field.field.paragraph.os2loop_documents_text_and_image.os2loop_documents_tai_text
- field.field.paragraph.os2loop_documents_text_and_image.os2loop_documents_title
- field.field.paragraph.os2loop_documents_text_and_image.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_text_and_image
module:
- text
Expand Down Expand Up @@ -44,4 +45,5 @@ hidden:
entity_print_view_pdf: true
entity_print_view_word_docx: true
os2loop_documents_tai_position: true
os2loop_documents_toc_ignore: true
search_api_excerpt: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
uuid: 6c889a3d-68ff-4bcc-906e-e8f8fb89f2e0
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_highlighted_co
id: paragraph.os2loop_documents_highlighted_co.os2loop_documents_toc_ignore
field_name: os2loop_documents_toc_ignore
entity_type: paragraph
bundle: os2loop_documents_highlighted_co
label: 'Ignore in table of contents'
description: ''
required: false
translatable: false
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: Tilsluttet
off_label: Afbrudt
field_type: boolean
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uuid: fbaf09a2-3238-4f0e-997f-0f94877ba310
langcode: da
langcode: en
status: true
dependencies:
config:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
uuid: 15c97493-ebce-4042-b8d9-f164d326c0a9
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_step_by_step
id: paragraph.os2loop_documents_step_by_step.os2loop_documents_toc_ignore
field_name: os2loop_documents_toc_ignore
entity_type: paragraph
bundle: os2loop_documents_step_by_step
label: 'Ignore in table of contents'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: Tilsluttet
off_label: Afbrudt
field_type: boolean
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
uuid: 2a1a17d4-d562-4af4-8d25-f7ea6dc2e655
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.os2loop_documents_toc_ignore
- paragraphs.paragraphs_type.os2loop_documents_table
id: paragraph.os2loop_documents_table.os2loop_documents_toc_ignore
field_name: os2loop_documents_toc_ignore
entity_type: paragraph
bundle: os2loop_documents_table
label: 'Ignore in table of contents'
description: ''
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: Tilsluttet
off_label: Afbrudt
field_type: boolean
Loading