Skip to content

make the default object render any available properties via its schema

Stuart Fisher requested to merge update/default-obj-render-props into master

The default object will now render any properties that are available to it from the objects schema using StandaloneSchemaField: Screenshot_2021-10-26_at_15.44.09

This means that you dont immediately need a new object in daiquiri-ui when adding something on the server side.

Edited by Stuart Fisher

Merge request reports