add schema to field

This commit is contained in:
Aaron Holderman
2018-10-24 13:40:02 -06:00
parent 2e43253375
commit 4774501ca9
+1
View File
@@ -147,6 +147,7 @@ declare namespace apostrophe {
choices?: SelectChoice[];
widgetType?: string;
titleField?: string;
schema?: Field[];
}
interface SelectChoice {