Conversation
Contributor
Author
|
Rebased to 2024.9.8 |
- Global blocks stored on namespace level (blocks field) - Page builder UI for managing global/shared blocks - Namespace REST API extended with blocks update endpoint - Namespace service, envoy, and store updated accordingly - Page block base type updated to support global block metadata Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Toocky
force-pushed
the
2024.9.x-feature-global-blocks
branch
from
April 8, 2026 19:15
251c523 to
5319475
Compare
Toocky
force-pushed
the
2024.9.x-feature-global-blocks
branch
from
April 13, 2026 23:57
a0352fd to
d07b517
Compare
Fajfa
force-pushed
the
2024.9.x
branch
2 times, most recently
from
May 21, 2026 14:25
b8536d1 to
b7d6d27
Compare
|
Stale pull request message |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #1598
#1727 PR with the Global blocks feature was previously approved but never merged and is now outdated and was easier to create a new branch and pull the needed code across.
This was not my code.
The following changes are implemented
Global blocks that can be used and updated on any page for example a navigation bar this eliminates the need to create and updated the same navigation block on all pages
Changes in the user interface:
when creating the block there is a new global block switch

then when adding blocks to a page there is a global blocks drop down selector at the bottom of the Add Blocks modal

Checklist when submitting a final (!draft) PR
A side note is there any dev guidance for testing changes? I found the "make watch" to be extremely slow to the point of unusable but I am potentially not doing something correctly.