mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
15 lines
355 B
YAML
15 lines
355 B
YAML
# ===================================
|
|
# Field Definitions
|
|
# ===================================
|
|
|
|
fields:
|
|
title:
|
|
type: text
|
|
placeholder: backend::lang.fileupload.title_label
|
|
span: full
|
|
description:
|
|
type: textarea
|
|
placeholder: backend::lang.fileupload.description_label
|
|
span: full
|
|
size: tiny
|