Skip to content
Snippets Groups Projects

Resolve "Use data from database in editor"

Merged Emil Wahlqvist requested to merge 59-use-data-from-database-in-editor into dev
3 files
+ 24
5
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -124,6 +124,6 @@ class ComponentSchema(BaseSchema):
y = ma.auto_field()
w = ma.auto_field()
h = ma.auto_field()
data = ma.auto_field() # TODO: Convert this to dict, or save as dict to begin with
data = ma.auto_field() # TODO: Convert this to dict
slide_id = ma.auto_field()
type_id = ma.auto_field()
Loading