You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pattern block works by replacing the block's contents with the contents of the pattern on initial load. The pattern will stop being used when the template or template part where it's used is modified.
Explore a way to preserve the pattern unless the pattern's contents are modified. This was how the block initially worked, but it required an undesirable wrapping element.
The text was updated successfully, but these errors were encountered:
What problem does this address?
The pattern block works by replacing the block's contents with the contents of the pattern on initial load. The pattern will stop being used when the template or template part where it's used is modified.
See #36090 (comment) for more context.
What is your proposed solution?
Explore a way to preserve the pattern unless the pattern's contents are modified. This was how the block initially worked, but it required an undesirable wrapping element.
The text was updated successfully, but these errors were encountered: