From 3c70135f737ba448849d41ca0c37298531a17362 Mon Sep 17 00:00:00 2001 From: Jon Uhlmann Date: Fri, 17 Mar 2023 21:16:16 +0100 Subject: [PATCH] Docs: Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 764d418..65a9df6 100644 --- a/README.md +++ b/README.md @@ -229,7 +229,7 @@ If you want to use the player as a pure component, you can use the [`Jonnitto.Pr If you want to read the node properties and let the package handle all for you, you should use the [`Jonnitto.PrettyEmbedVideoPlatforms:Content.Video`] prototype. For more comfortable including in your node types, you can disable the content element wrapping with `contentElement = false`. This is useful if you want to create, for example, a text with a video node type. -If you want to parse an existing content with iframes and replace them automatically, you can add [`Jonnitto.PrettyEmbedVideoPlatforms:ReplaceIframes`] with an `@process` like that: `@process.replaceIframes = Jonnitto.PrettyEmbedVideoPlatforms:ReplaceIframes`. The `content` property is per default set to `${value}`. +If you want to parse existing content with iframes and replace them automatically, you can add [`Jonnitto.PrettyEmbedVideoPlatforms:ReplaceIframes`] with an `@process` like that: `@process.replaceIframes = Jonnitto.PrettyEmbedVideoPlatforms:ReplaceIframes`. The `content` property is per default set to `${value}`. ## Get metadata