Initial Drupal 11 with DDEV setup
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- path_alias
|
||||
id: path_alias.path_alias
|
||||
target_entity_type_id: path_alias
|
||||
target_bundle: path_alias
|
||||
default_langcode: und
|
||||
language_alterable: true
|
||||
5
web/core/modules/path/config/schema/path.schema.yml
Normal file
5
web/core/modules/path/config/schema/path.schema.yml
Normal file
@ -0,0 +1,5 @@
|
||||
# Schema for the configuration files of the Path module.
|
||||
|
||||
field.widget.settings.path:
|
||||
type: mapping
|
||||
label: 'Link format settings'
|
||||
Reference in New Issue
Block a user