@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
30 lines (29 loc) • 595 B
YAML
form:
name: cats
title: Cats
colorScheme: lightblue
header:
image: /default.jpg
description: A bunch of cats.
categories:
- cats
instigators:
- user
model:
jsonSchemaPaths: ./models/cats.json
sections:
general:
widgets:
- title: firstName*
type: string
description: First name.
condition:
expression: "(general_firstName)"
dependents:
- general_lastName
- title: lastName*
type: string
description: Last name.
- title: age
type: number
description: Age.