You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_logger.Warn<BlockEditorValueConnector>("No property type found with alias {Key} on content type {ContentTypeAlias}.",key,contentType.Alias);
107
+
_logger.Warn<BlockEditorValueConnector>("No property type found with alias {PropertyTypeAlias} on content type {ContentTypeAlias}.",key,contentType.Alias);
109
108
continue;
110
109
}
111
110
112
111
// fetch the right value connector from the collection of connectors, intended for use with this property type.
_logger.Debug<BlockEditorValueConnector>("Mapped {Key} value '{PropertyValue}' to '{ParsedValue}' using {PropValueConnectorType} for {PropTypeAlias}.",key,block.PropertyValues[key],parsedValue,propValueConnector.GetType(),propType.Alias);
119
+
_logger.Debug<BlockEditorValueConnector>("Mapped {Key} value '{PropertyValue}' to '{ParsedValue}' using {PropertyValueConnectorType} for {PropertyTypeAlias}.",key,block.PropertyValues[key],parsedValue,propertyValueConnector.GetType(),innerPropertyType.Alias);
0 commit comments