Skip to content
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

Patterns: add a hint about the rename of reusable blocks to menu and inserter #51771

Merged
merged 7 commits into from
Jul 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update toggle help text
  • Loading branch information
glendaviesnz committed Jul 5, 2023
commit 919461b045fbaea89660ed8210ecd11ee428c469
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,9 @@ export default function ReusableBlockConvertButton( {
label={ __(
'Synced (formerly Reusable block)'
) }
help={
syncType === 'fully'
? __(
'Editing the pattern will update it anywhere it is used.'
)
: __(
'Each instance of the pattern can be updated independently.'
)
}
help={ __(
'Editing the pattern will update it anywhere it is used.'
) }
checked={ syncType === 'fully' }
onChange={ () => {
setSyncType(
Expand Down