-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Tracking: Style Book iterative tasks #64707
Comments
Was playing around with something like this. Rough, but you get the idea: 2024-09-23.17.05.18.mp4 |
The MVP would be to create a static, curated list of Core blocks to display on the landing page. See: #53431 (comment) The style book landing page would, however, provide a convenient space to feature a theme's custom blocks or (one day) patterns. That means that Gutenberg would need to define a, or piggyback off an existing, API to allow themes et. al to register blocks/patterns that should feature on the landing page. Ideally, the order in which they appear should be configurable. Some random thoughts/options:
|
The tabs component is used to display the categories. The tab can display with horizontal scrolling —https://wordpress.github.io/gutenberg/?path=/story/components-tabs--size-and-overflow-playground — but it'd be good to be able scroll to the active tab. |
Refactor Blocks for Translatable Text in block.json's example attributeRefactor the following blocks to implement translatable text in contrast to static text in the block.json example. Ensure that the text strings are properly marked for translation, and all necessary fields in block.json's example attribute are updated accordingly to support internationalization (i18n). Tracker
|
Part of:
Several pieces comprise the work required to iterate over the discussion in #53431, so I'm starting this tracking issue to compile the efforts:
TODO
- Query Pagination Link (Previous)
- Query Pagination Link (Next)
- Post Comments Count
- Post Comments Link
The above blocks rely on block context data. Without that context they do not render anything.
In Progress
Update block categories based on categories proposed via the Style Book refresh Exploration #64080Misc bugs and enhancements
Not planned
The text was updated successfully, but these errors were encountered: