diff --git a/config/install/core.entity_form_display.paragraph.footer.default.yml b/config/install/core.entity_form_display.paragraph.footer.default.yml index f583d7c..3d3da76 100644 --- a/config/install/core.entity_form_display.paragraph.footer.default.yml +++ b/config/install/core.entity_form_display.paragraph.footer.default.yml @@ -6,21 +6,22 @@ dependencies: - paragraphs.paragraphs_type.footer module: - text + enforced: + module: + - paragraphs_collection id: paragraph.footer.default targetEntityType: paragraph bundle: footer mode: default content: paragraphs_text: - weight: 0 + weight: 1 settings: - rows: 5 + rows: 3 placeholder: '' third_party_settings: { } type: text_textarea - region: content hidden: created: true status: true uid: true - diff --git a/config/install/core.entity_form_display.paragraph.intro.default.yml b/config/install/core.entity_form_display.paragraph.intro.default.yml index 179a71b..25c04c3 100644 --- a/config/install/core.entity_form_display.paragraph.intro.default.yml +++ b/config/install/core.entity_form_display.paragraph.intro.default.yml @@ -6,21 +6,22 @@ dependencies: - paragraphs.paragraphs_type.intro module: - text + enforced: + module: + - paragraphs_collection id: paragraph.intro.default targetEntityType: paragraph bundle: intro mode: default content: paragraphs_text: - weight: 0 + weight: 1 settings: - rows: 5 + rows: 3 placeholder: '' third_party_settings: { } type: text_textarea - region: content hidden: created: true status: true uid: true - diff --git a/config/install/core.entity_view_display.paragraph.footer.default.yml b/config/install/core.entity_view_display.paragraph.footer.default.yml index 61eb24a..515ddcd 100644 --- a/config/install/core.entity_view_display.paragraph.footer.default.yml +++ b/config/install/core.entity_view_display.paragraph.footer.default.yml @@ -6,6 +6,9 @@ dependencies: - paragraphs.paragraphs_type.footer module: - text + enforced: + module: + - paragraphs_collection id: paragraph.footer.default targetEntityType: paragraph bundle: footer @@ -13,10 +16,8 @@ mode: default content: paragraphs_text: weight: 0 - label: above + label: hidden settings: { } third_party_settings: { } type: text_default - region: content hidden: { } - diff --git a/config/install/core.entity_view_display.paragraph.intro.default.yml b/config/install/core.entity_view_display.paragraph.intro.default.yml index 486eb39..6851ea5 100644 --- a/config/install/core.entity_view_display.paragraph.intro.default.yml +++ b/config/install/core.entity_view_display.paragraph.intro.default.yml @@ -6,6 +6,9 @@ dependencies: - paragraphs.paragraphs_type.intro module: - text + enforced: + module: + - paragraphs_collection id: paragraph.intro.default targetEntityType: paragraph bundle: intro @@ -13,10 +16,8 @@ mode: default content: paragraphs_text: weight: 0 - label: above + label: hidden settings: { } third_party_settings: { } type: text_default - region: content hidden: { } - diff --git a/config/install/field.field.paragraph.footer.paragraphs_text.yml b/config/install/field.field.paragraph.footer.paragraphs_text.yml index 796970e..df3591b 100644 --- a/config/install/field.field.paragraph.footer.paragraphs_text.yml +++ b/config/install/field.field.paragraph.footer.paragraphs_text.yml @@ -6,6 +6,9 @@ dependencies: - paragraphs.paragraphs_type.footer module: - text + enforced: + module: + - paragraphs_collection id: paragraph.footer.paragraphs_text field_name: paragraphs_text entity_type: paragraph @@ -13,9 +16,8 @@ bundle: footer label: Footer description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } field_type: text_long - diff --git a/config/install/field.field.paragraph.intro.paragraphs_text.yml b/config/install/field.field.paragraph.intro.paragraphs_text.yml index 279b5ec..d725075 100644 --- a/config/install/field.field.paragraph.intro.paragraphs_text.yml +++ b/config/install/field.field.paragraph.intro.paragraphs_text.yml @@ -6,6 +6,9 @@ dependencies: - paragraphs.paragraphs_type.intro module: - text + enforced: + module: + - paragraphs_collection id: paragraph.intro.paragraphs_text field_name: paragraphs_text entity_type: paragraph @@ -13,9 +16,8 @@ bundle: intro label: Intro description: '' required: false -translatable: true +translatable: false default_value: { } default_value_callback: '' settings: { } field_type: text_long -