diff --git a/cuburn/genome/specs.py b/cuburn/genome/specs.py index 20189e9..3ea8109 100644 --- a/cuburn/genome/specs.py +++ b/cuburn/genome/specs.py @@ -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())