Name | Type | Writable | Description |
---|
entryMrssXslt | string | V | An XSLT string that extracts the right value from the Kaltura entry MRSS XML.
The value of the current connector field will be the one that is returned from transforming the Kaltura entry MRSS XML using this XSLT string.
|
fieldName | string | V | A value taken from a connector field enum which associates the current configuration to that connector field
Field enum class should be returned by the provider's getFieldEnumClass function.
|
isDefault | bool | | Is this field config is the default for the distribution provider?
|
isRequired | KalturaDistributionFieldRequiredStatus | V | Is the field required to have a value for submission ?
|
updateOnChange | bool | V | Trigger distribution update when this field changes or not ?
|
updateParams | KalturaStringArray | V | Entry column or metadata xpath that should trigger an update
TODO: find a better solution for this
|
userFriendlyFieldName | string | V | A string that will be shown to the user as the field name in error messages related to the current field
|