Storage Driver should use the FormData interface for previews
kjohnson opened this issue · 0 comments
kjohnson commented
Details
@jonwaldstein I'm considering updating the signature of the
preview
method to match theFormData
interface used bysave
andload
. Also, ifblocks
is a property offormSettings
then the interface can probably be simplified.Originally posted by @kjohnson in #81 (comment)
Ah yeah, that would make sense to do.
Originally posted by @jonwaldstein in #81 (comment)
Also, I think it would make more sense to change
template
totemplateId
just so it's more clear that we are referring to the ID of the template specifically.Originally posted by @jonwaldstein in #81 (comment)