Needs field widget schema for the "machine_name" widget. Missing schema file may not create a visible issue But it surely does create an issue for phpunit test cases.

Drupal\Core\Config\Schema\SchemaIncompleteException: Schema errors for core.entity_form_display.block_content.basic.default with the following errors: core.entity_form_display.block_content.basic.default:content.machine_name.settings.source missing schema, core.entity_form_display.block_content.basic.default:content.machine_name.settings.exists missing schema, core.entity_form_display.block_content.basic.default:content.machine_name.settings.size missing schema, core.entity_form_display.block_content.basic.default:content.machine_name.settings.placeholder missing schema, core.entity_form_display.block_content.basic.default:content.machine_name.settings.label missing schema, core.entity_form_display.block_content.basic.default:content.machine_name.settings.replace_pattern missing schema, core.entity_form_display.block_content.basic.default:content.machine_name.settings.replace missing schema

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

miteshmap created an issue. See original summary.

miteshmap’s picture

Status: Active » Needs review
FileSize
895 bytes
miteshmap’s picture

Assigned: miteshmap » Unassigned
dagmar’s picture

Status: Needs review » Needs work
+++ b/config/schema/machine_name_widget.schema.yml
@@ -0,0 +1,30 @@
+# Schema for the configuration files of the Path module.

This is not the path module :)

miteshmap’s picture

Status: Needs work » Needs review
FileSize
886 bytes

:D, sorry! missed that, thanks for noticing.

ankondrat4’s picture

Status: Needs review » Closed (outdated)