sanity-io / sanity-plugin-iframe-pane

Display any URL in a View Pane, along with helpful buttons to copy the URL, display a mobile size, reload the iframe or open in a new tab
MIT License
47 stars 13 forks source link

Readme: Usage example code is syntactically incorrect #15

Closed radscheit closed 1 year ago

radscheit commented 1 year ago

Wrong:

attributes: { allow: 'fullscreen' // string, optional referrerPolicy: 'strict-origin-when-cross-origin' // string, optional sandbox: 'allow-same-origin' // string, optional }

Correct

attributes: { allow: 'fullscreen', // string, optional referrerPolicy: 'strict-origin-when-cross-origin', // string, optional sandbox: 'allow-same-origin', // string, optional }

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 2.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: