Use a child of FieldConfigEditForm when adding a new field
Compare changes
Files
5@@ -59,7 +59,7 @@ public function fieldConfigAddConfigureForm(string $entity_type, string $field_n
For now, the child class does not override anything in the parent. As long as we work with the child class, we should not break anything having to do with editing existing fields.
Closes #3386762