- Combine links and actions as transitions
- Add
bodyTemplate
to Transitions
- Add root
hyperdescribe
element - Change
resources
toentities
to make more generic - Make
entities
a recursive object while also make a root-level entity - Move data-specific items under
content
property for entities. - Add
code
inmeta
for linking to code - Change
name
to Arrayclasses
- Add
options
to Field Objects. This allows the field to act like a<select>
in HTML - Add
defaultValue
to Field Objects. This says what the default value of the field is, and can be changed.If thevalue
field is set, though, the value cannot be changed