George Connor

Results 16 comments of George Connor

The v4 api is mostly the same as far as I can see. The big difference is that multiple prospects can have the same email address so you can no...

@hglattergotz ive only just started an integration using pardot so will let you know how I go. This PR looks fine especially since you can pass the version to the...

:+1: I'm experiencing this too. It appears to only occur in google chrome. @arsalan-k: Maybe you could rename this issue with a more descriptive title to help get some attention

Did you ever get a resolution for this @NiketanG ? I'm having a similar issue

I'm going to revive this issue since there is a complex case where wrap and reverse still bump up against each other: Consider something like this: ``` 1 2 ```...

Not sure it's as straightforward as this unfortunately. wouldn't an embedded zip file of a pdf also be an "embedded-asset-block" you'd also have to check the mime type

For sure, I have been checking just the first part if the mimetype (the "image" part of "image/jpeg") that seems to be enough for most cases. I'll try to put...

Not sure it's actually an issue as such. Contentful doesn't make any assumptions about what you want to do with embedded objects, including assets On Mon, 25 Mar 2019, 2:06...

Here's a stripeed down example of how i'm doing it with `documentToReactComponents` Example of embedded assets and a 'blockquote' content type ```javascript import { BLOCKS, MARKS, INLINES } from '@contentful/rich-text-types';...