Add 'base' param to specs

This commit is contained in:
Steven Robertson 2013-02-10 14:38:30 -08:00
parent dbe5d0bea2
commit 68f3632008

View File

@ -80,6 +80,7 @@ blend = (
base = (
{ 'name': String("Human-readable name of this work")
, 'base': String("DB path to base from which this doc inherits")
, 'camera': camera
, 'filters': filters
, 'palette': list_(Palette())