Skip to content

Commit

Permalink
fixes missing entity browser module requirement (#22)
Browse files Browse the repository at this point in the history
* fixes missing entity browser module requirement

* updates form display for page content type

---------

Co-authored-by: “Kerry <“[email protected]”>
  • Loading branch information
kmurphychi247 and “Kerry committed Jul 3, 2024
1 parent be83b5e commit 45f1e60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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

0 comments on commit 45f1e60

Please sign in to comment.