14 lines
324 B
YAML
14 lines
324 B
YAML
|
|
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
|