BIG REFACTORING using composer create-project drupal-composer/drupal-project
This commit is contained in:
20
config/sync/core.base_field_override.node.static.uid.yml
Normal file
20
config/sync/core.base_field_override.node.static.uid.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
uuid: 43c109dd-fd5a-4fb3-b8ce-a108d0f0f7f4
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- node.type.static
|
||||
id: node.static.uid
|
||||
field_name: uid
|
||||
entity_type: node
|
||||
bundle: static
|
||||
label: 'Authored by'
|
||||
description: 'The username of the content author.'
|
||||
required: false
|
||||
translatable: false
|
||||
default_value: { }
|
||||
default_value_callback: 'Drupal\node\Entity\Node::getCurrentUserId'
|
||||
settings:
|
||||
handler: default
|
||||
handler_settings: { }
|
||||
field_type: entity_reference
|
Reference in New Issue
Block a user