-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Full Site Editing Breakdown #20791
Comments
Moved the Grid block to the second wave so we can focus a bit better on the initial pass. |
@youknowriad @mtias - has anything related to #21218 / #21219 been discussed / triaged towards work here yet? I have noticed these problems and they seem important, but I hadn't noticed anything discussed about them yet so I opened the issues noted above. |
It was meant to be covered by #19254, though that issue took a spin towards the grid block that wasn't the intention. It's useful to break it apart anyways. |
This is an excellent prioritization of tasks. I am excited to start drilling through! |
Two issues/tasks stand out to me the most here because they are very foundational and require material framework changes.
The scope here is a lot broader than it first seems. Things like localization will have the same issue that dynamic URLs have, that our level of granularity for defining dynamic content areas is too coarse, it's entire blocks. I wrote about a possible solution here, inline "blocks". Ideally, we arrive at a solution that paves the ground for the next phases of Gutenberg.
The Query block will be the block editor counterpart of writing a We also need to pay a lot of attention to pagination as it should be easy to separate sibling Query blocks by static content and have one continue the other's loop. |
This issue served us well to implement the first iterations of Full Site Editing. We're trying to split this work into well-defined milestones in #24551. So I'm going to close this issue in favor of that one. |
This is an overview of the concrete tasks needed to proceed with the project scope of Full Site Editing (FSE).
Part 1
Framework (Infrastructure)
Edit Site Interface
Small Enhancements
wp_templates
#19260 (previous PR: Edit Site: Add theme exporter. #21958) @epiqueras Edit Site: Add theme exporter. #22922Site and Post Blocks
Part 2
Framework (Infrastructure)
Interface
Blocks
InnerBlocks
and a basic grid block that leverages it 2. #20000Global Styles
Refer to this issue instead #20331
The text was updated successfully, but these errors were encountered: