punchcard-content-types
Version:
Combines with input plugins to create forms with validation. Creates forms for Punchcard CMS.
35 lines (34 loc) • 864 B
YAML
name: Content Type FOO
description: Foo Bar Baz
id: foo
identifier: new-text-thing
attributes:
- type: text
name: SOme New THING
id: new-text-thing
description: I am the Foo Content Type Config text field description
inputs:
text:
settings:
empty: false
- type: email
id: email-field
name: My email field
description: I am the Foo Content Type Config email field description
- type: datetime
id: date-and-time
name: Datetime
inputs:
datetimeDate:
settings:
empty: false
- type: textarea
id: my-textarea
name: Super Text Area of Doom!
description: I am the Foo Content Type Config textarea description
inputs:
textarea:
validation: bob
type: text
label: Banana Bob
placeholder: 'Writers, start your novels'