32 lines
665 B
YAML
32 lines
665 B
YAML
# ===================================
|
|
# Form Field Definitions
|
|
# ===================================
|
|
|
|
fields:
|
|
folders:
|
|
type: repeater
|
|
form:
|
|
fields:
|
|
folder:
|
|
type: mediafinder
|
|
label: Folder
|
|
srcx:
|
|
type: taglist
|
|
mode: array
|
|
label: Source X
|
|
srcy:
|
|
type: taglist
|
|
mode: array
|
|
label: Source Y
|
|
|
|
tinify:
|
|
type: checkbox
|
|
label: Tinyfy with tinypng
|
|
tinypngkey:
|
|
type: text
|
|
label: Tinypng API Key
|
|
trigger:
|
|
action: show
|
|
field: tinify
|
|
condition: checked
|