Daniel Richards
Daniel Richards
> @ntsekouras not yet! There's still some work to do to make the layout API more usable before we stabilise it, and I think these functions shouldn't be stabilised before...
There's a PR to lock the `clearBlockSelection` setting - https://github.com/WordPress/gutenberg/pull/47591. Decided to stabilize this one - https://github.com/WordPress/gutenberg/pull/47627.
> firstly, the dropdown menus don't show Dropdown menus would be pretty easy to add to the example, but only the arrow would show as the user can't interact with...
> I have not yet been able to address this issue due to a lack of my understanding. If you have anything to add to this PR, I would be...
I closed a duplicate issue - https://github.com/WordPress/gutenberg/issues/47528. That proposed an alternative solution of a `text` block.
> To add more context, perhaps the tooltip should be more relevant as well — 'Open sidebar' and 'Close sidebar'. This might be good, I do feel like 'Settings' is...
@alexstine The discussion was originally around a recent change to the icon for the 'settings' button in the 'editor top bar' region. But the chat has more recently pivoted to...
@alexstine The label is 'Settings'. It's one tab stop before 'Options'.
> Instead of defining 1:1 compatbility between drag origin and drop zone should we instead have some kind of whitelist on the draggable to say which dropzones it is compatible...
> I think we have a "drag type" in draggables/droppables for this kind of use-cases no? Can we use a dedicated drag type for the list view? From what I...