Riad Benguella
Riad Benguella
I don't mind, I was just trying to understand why it was not working. For me, we shouldn't be adapting the code to the docs but If these things (hooks/intex.ts...
I'm not sure I understand the suggestion. If it's about moving the hooks to `hooks/index.ts` then I disagree with it `hooks/index.ts` is an entry point that exports hooks that are...
I've been thinking about this issue and the different use-cases mentioned here (also in relation to the unification of patterns and template parts) with the goal about simplifying the concepts...
On the endpoint, I agree it's important to get right. I was thinking that we can probably explore "just" copying what we already do for template and template parts's endpoint...
Just want to mention that this PR is very close to landing https://github.com/WordPress/gutenberg/pull/61577 and that it adds a registry for templates as well bringing them even closer to patterns. (register...
For me this kind of code make sense in Gutenberg, now I have a few quick questions: 1- Should this component be "LanguageChooser" or something more generic like `OrderedMultiSelectControl` or...
@swissspidy We do have components that use shortcuts like "arrow up", "arrow down", "tab"... but these don't rely on the `keyboard-shortcuts` package. The keyboard-shortcuts package's main purpose is to handle...
I wonder if we should deprecated the experimental exports for the sub components (without exposing them as stable)
Thanks :)
Any thoughts on making "template-locked" default for pages for both post and site editor @jasmussen ?