-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for Full Site Editing (FSE) themes #11
Comments
…te parts tabs using a jQuery accordion.
…/or GitHub using [oikth_download]
The logic needs to be improved to support downloading of an oik theme, where the version is available from oik-plugins. |
It appears there are new folders for block theme templates and template parts.
Need to:
|
The Twenty Twenty-Two theme includes 66
The current internationalization / localization solution for Gutenberg implements patterns in PHP in order to enable extraction of the translatable strings. No one's yet looked at my internationalization proposal. |
These 66 patterns are loaded on |
There are now 31 WordPress FSE themes. These have been catalogued in blocks.wp-a2z.org/oik-themes |
|
This is the next task to work on. |
As with templates and template parts the files can easily be listed and displayed in an accordion under a Patterns tab.
|
It would be nice to be able to store and display post meta data containing the count of template, template parts and patterns
The values would be displayed in the tabs. |
The Accordion display used in the Templates, Template parts and Patterns tabs should be improved to use This will require changes in |
Full Site Editing ( FSE ) is planned for some time in 2021 - now 25th January 2022.
Since October 2020 I've been developing my own FSE theme ( Fizzie ).
This was primarily to document the blocks that are available to FSE themes. There were 23 of them in Gutenberg 9.2.0.
Now I want to be to document the templates and template parts implemented in Full Site Editing themes.
There may be many different component templates and template parts implemented in a theme.
I don't want to have to create a CPT entry for each component but I'd like to be able to list them and to display the HTML source and other relevant information.
Themes that I was aware of:
For a more up to date list see:
Requirements
Proposed solution
Update oik-themes to be able to display the templates and template parts
Dynamic solution working off the file system.
Update
[oikth_download]
to support downloading of FSE themes from wordpress.org or GitHubSummary table of themes and their implementation - the table above.
Analysis of the number of blocks that are styled and/or have variations
Ability to detect& report custom blocks and/or block overrides
Summary of block patterns
Notes:
The experimental-theme.json file already has some support for identifying the area in which a template part may be used.
The text was updated successfully, but these errors were encountered: