Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

581 Remove the match_limit schema #721

Merged
merged 4 commits into from
Sep 15, 2021
Merged
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
9 changes: 0 additions & 9 deletions config/schema/og.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,6 @@ og.og_role.*:
field.widget.settings.og_complex:
type: field.widget.settings.entity_reference_autocomplete
label: 'OG Group Audience field widget'
mapping:
# This already exists in field.widget.settings.entity_reference_autocomplete
# in Drupal 8.8.x and is added here just to ensure backwards compatibility
# with Drupal 8.7.x.
# @todo Remove this entry in https://github.com/Gizra/og/issues/581
# @see https://github.com/Gizra/og/issues/581
match_limit:
type: integer
label: 'Maximum number of autocomplete suggestions.'

views.field.og_membership_bulk_form:
type: views_field_bulk_form
Expand Down