Mssing Schema 'plugin' is not a supported key for views_entity_form_field

Created on 4 April 2025, 5 months ago

Problem/Motivation

When i am creating a view with the help of views_entity_form_field for inline editing on view it shows 'Mssing Schema' and 'plugin' is not a supported key error into configuration inspector status report for drupall 11.1.6

Steps to reproduce

1) Create a view page with views_entity_form_field (any field type) and save the view
2) After saving the view check the /admin/reports/config-inspector
search the error for the view

πŸ’¬ Support request
Status

Active

Version

2.1

Component

Miscellaneous

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @sejal.karbele
  • πŸ‡­πŸ‡ΊHungary GΓ‘bor Hojtsy Hungary

    Can you post your config file that is reporting the problem?

  • I am not getting the error for the specific path, it is showing for particular view that has inline editable field created by using the contrib module views_entity_form_field ( https://www.drupal.org/project/views_entity_form_field β†’ ) in config inspector

  • πŸ‡ͺπŸ‡¨Ecuador andres.torres

    Hi,
    Im experiencing a similar issue with a Custom Block that relies on the Notification Message contrib module.
    The config file looks like:

    uuid: 48ae00d8-e2c7-4e2d-ac24-e9e6c676e045
    langcode: en
    status: true
    dependencies:
      module:
        - my_banners
      theme:
        - my_core_theme
    id: mybannerdisplay
    theme: my_core_theme
    region: pre_head
    weight: -10
    provider: null
    plugin: my_banner_display
    settings:
      id: my_banner_display
      label: 'MY Banner Display'
      label_display: '0'
      provider: my_banners
      notification_message:
        type: {  }
        display_mode: full
    visibility: {  }
    

    The Config Inspector shows an error:

    settings Block settings block.settings.* Yes 'notification_message' is an unknown key because plugin is my_banner_display (see config schema type block.settings.*).

Production build 0.71.5 2024