mirror of
https://github.com/getformwork/formwork.git
synced 2025-01-17 21:49:04 +01:00
16 lines
246 B
YAML
16 lines
246 B
YAML
title: Image
|
|
|
|
extend: files.file
|
|
|
|
layout:
|
|
type: sections
|
|
sections:
|
|
metadata:
|
|
label: '{{file.metadata}}'
|
|
fields: [alt]
|
|
|
|
fields:
|
|
alt:
|
|
type: text
|
|
label: '{{file.metadata.alternativeText}}'
|