Fields
Fields are defined by their
kind
.
The core fields are:
calendar
, cols
, command
, content
, ghost
, import
, index
, index_search
, meta
, multiselect
, not_found
, passthrough
, rich_text
, search
, select
, signature
, substep
, text
, upload
, and user_media
Their implementations can be found in Rootstock's core program:
app/programs/core/views/step_fields/*
Customization
Programs can define their own fields by putting them under their
views/step_fields
directory and naming the file after the field kind.