We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WordPress/gutenberg#49097
Editing these wrapper blocks in HTML directly is fragile and prone to breaking the users' content. HTML editing should be left to leaf-blocks.
Google翻訳 これらのラッパー ブロックを HTML で直接編集すると脆弱で、ユーザーのコンテンツが破損する可能性があります。 HTML の編集はリーフブロックに任せるべきです。
WordPress/gutenberg#11785 (comment)
HTML編集をすると何も編集をしなくてもリカバリーになる
"supports": { "html": false },
を追加する
VK Blocksでインナーブロックをもつブロック edit.jsからInnerBlocksを調べました。抜けているものがあったら言ってください。
The text was updated successfully, but these errors were encountered:
38dfc52
No branches or pull requests
WordPress/gutenberg#49097
Google翻訳
これらのラッパー ブロックを HTML で直接編集すると脆弱で、ユーザーのコンテンツが破損する可能性があります。 HTML の編集はリーフブロックに任せるべきです。
WordPress/gutenberg#11785 (comment)
HTML編集をすると何も編集をしなくてもリカバリーになる
を追加する
VK Blocksでインナーブロックをもつブロック
edit.jsからInnerBlocksを調べました。抜けているものがあったら言ってください。
The text was updated successfully, but these errors were encountered: