Initial Drupal 11 with DDEV setup
This commit is contained in:
10
web/core/modules/field/field.services.yml
Normal file
10
web/core/modules/field/field.services.yml
Normal file
@ -0,0 +1,10 @@
|
||||
parameters:
|
||||
field.skip_procedural_hook_scan: true
|
||||
|
||||
services:
|
||||
_defaults:
|
||||
autoconfigure: true
|
||||
|
||||
field.uninstall_validator:
|
||||
class: Drupal\field\FieldUninstallValidator
|
||||
arguments: ['@entity_type.manager', '@string_translation', '@plugin.manager.field.field_type']
|
||||
Reference in New Issue
Block a user