Skip to content
New issue

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

インナーブロックをもつブロックはHTML supportをDisableにする #1754

Closed
shimotmk opened this issue Jul 3, 2023 · 0 comments

Comments

@shimotmk
Copy link
Contributor

shimotmk commented Jul 3, 2023

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を調べました。抜けているものがあったら言ってください。

  • accordion
  • accordion-target
  • accordion-trigger
  • animation
  • buutton-outer
  • card
  • card-item
  • grid-column
  • grid-column-item
  • icon-card
  • outer
  • select-post-list
  • step
  • step-item
  • timeline
  • timeline-item
  • balloon
  • border-box
  • faq
  • faq2
  • faq2-a
  • faq2-q
  • icon-outer
  • slider
  • slider-item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant