BIG REFACTORING using composer create-project drupal-composer/drupal-project

This commit is contained in:
2019-01-28 17:05:29 +01:00
parent 17bb6e1dbc
commit 37689c3d4b
504 changed files with 1740 additions and 628 deletions

View 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