diff --git a/src/blocks/Media/README.md b/src/blocks/Media/README.md index 8049a6b..761be21 100644 --- a/src/blocks/Media/README.md +++ b/src/blocks/Media/README.md @@ -1,15 +1,17 @@ -| Property | Type | Required | Description | -| :------------ | :----------------------- | :------- | :--------------------- | -| className | `string` | `false` | Component className | -| paddingTop | `xs - s - m - l - xl` | `false` | Top padding size | -| paddingBottom | `xs - s - m - l - xl` | `false` | Bottom padding size | -| paddingRight | `xs - s - m - l - xl` | `false` | Right padding size | -| paddingLeft | `xs - s - m - l - xl` | `false` | Left padding size | -| text | `string` | `false` | Text | -| previewImg | `string` | `false` | Image for preview | -| youtube | `MediaProps['youtube']` | `false` | Youtube media content | -| image | `MediaProps['image']` | `false` | Image media content | -| video | `MediaProps['video']` | `false` | Video media content | -| dataLens | `MediaProps['dataLens']` | `false` | dataLens media content | +| Property | Type | Required | Description | +| :------------ | :-------------------------- | :------- | :----------------------------------------- | +| className | `string` | `false` | Component className | +| paddingTop | `xs - s - m - l - xl` | `false` | Top padding size | +| paddingBottom | `xs - s - m - l - xl` | `false` | Bottom padding size | +| paddingRight | `xs - s - m - l - xl` | `false` | Right padding size | +| paddingLeft | `xs - s - m - l - xl` | `false` | Left padding size | +| text | `string` | `false` | Text | +| previewImg | `string` | `false` | Image for preview | +| youtube | `MediaProps['youtube']` | `false` | Youtube media content | +| videoIframe | `MediaProps['videoIframe']` | `false` | Video iframe src | +| autoplay | `MediaProps['autoplay']` | `false` | Enable autoplay for youtube or videoIframe | +| image | `MediaProps['image']` | `false` | Image media content | +| video | `MediaProps['video']` | `false` | Video media content | +| dataLens | `MediaProps['dataLens']` | `false` | dataLens media content | To get more information about `MediaProps` see this [page](https://preview.gravity-ui.com/page-constructor/?path=/docs/blocks-media--default)