Initial Drupal 11 with DDEV setup
This commit is contained in:
13
web/core/recipes/user_picture/recipe.yml
Normal file
13
web/core/recipes/user_picture/recipe.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: User pictures
|
||||
description: 'Adds the ability for user accounts to have pictures (avatars).'
|
||||
type: Users
|
||||
install:
|
||||
- image
|
||||
- user
|
||||
config:
|
||||
strict:
|
||||
# Treat field storages strictly, since they influence the database layout.
|
||||
- field.storage.user.user_picture
|
||||
import:
|
||||
image:
|
||||
- image.style.thumbnail
|
||||
Reference in New Issue
Block a user