@valo/extensibility
Advanced tools
Comparing version 1.8.0-87805cc51abb879ef773a371ac39be53c7dbb366 to 1.8.0-aa751f46d3c133ff87b15a781a605f7c60458801
import { ContextData } from '.'; | ||
import { KeyValue } from '../basic'; | ||
/** | ||
@@ -10,2 +11,6 @@ * Version 1.8 (beta) | ||
contentTypeName?: string; | ||
/** | ||
* An array containing pairs: FieldInternalName : Initial panel value | ||
*/ | ||
initialPanelValues?: KeyValue; | ||
} |
{ | ||
"name": "@valo/extensibility", | ||
"version": "1.8.0-87805cc51abb879ef773a371ac39be53c7dbb366", | ||
"version": "1.8.0-aa751f46d3c133ff87b15a781a605f7c60458801", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
86587
160
2348