Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes missing entity browser module requirement #22

Merged
merged 2 commits into from
Jul 3, 2024
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
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"require": {
"drupal/access_unpublished": "*",
"drupal/entity_browser": "*",
"drupal/field_group": "*",
"drupal/inline_entity_form": "^3.0.0@rc",
"drupal/metatag": "*",
Expand Down
4 changes: 2 additions & 2 deletions config/core.entity_form_display.node.sa_page.default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ content:
title: Component
title_plural: Components
edit_mode: closed
closed_mode: summary
closed_mode: preview
autocollapse: none
closed_mode_threshold: 0
add_mode: dropdown
add_mode: button
form_display_mode: default
default_paragraph_type: _none
features:
Expand Down
1 change: 1 addition & 0 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ install:
- menu_ui
# Contrib.
- access_unpublished
- entity_browser
- field_group
- inline_entity_form
- metatag
Expand Down