mirror of
https://github.com/usetrmnl/trmnlp.git
synced 2026-08-13 14:27:33 -07:00
35 lines
796 B
YAML
35 lines
796 B
YAML
# Form-field schema vendored from the TRMNL hosted service.
|
|
#
|
|
# Unlike framework_versions.yml there is no upstream YAML to sync from —
|
|
# the canonical schema lives in the hosted service's Ruby code. Refresh
|
|
# this file by hand when that schema changes.
|
|
#
|
|
# author_bio is included although the hosted service validates it on a
|
|
# separate branch (so it is absent from the hosted FIELDS allowlist) —
|
|
# it is still a real field type a plugin may declare.
|
|
required_keys:
|
|
- keyname
|
|
- field_type
|
|
- name
|
|
field_types:
|
|
- author_bio
|
|
- boolean
|
|
- code
|
|
- copyable
|
|
- copyable_webhook_url
|
|
- date
|
|
- multi_string
|
|
- number
|
|
- password
|
|
- plugin_instance_select
|
|
- select
|
|
- string
|
|
- text
|
|
- time
|
|
- time_zone
|
|
- url
|
|
- xhrFunction
|
|
- xhrSelect
|
|
- xhrSelectSearch
|
|
- xhrString
|