Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0874d3a
Initial block reg
getdave Dec 3, 2025
a3a2aaa
Use placeholder icon
getdave Dec 3, 2025
a41e5da
typographt styles
getdave Dec 3, 2025
509ba4d
Use richtext
getdave Dec 3, 2025
65c6620
Make desc more generic
getdave Dec 3, 2025
efd367b
Rename block with navigation namespace
getdave Dec 5, 2025
f0ced15
Update remaining references to old name
getdave Dec 5, 2025
f8da4fe
Use new icon supplied by design
getdave Dec 5, 2025
e66deed
Restrict insertion to only when editing a overlay template part
getdave Dec 5, 2025
65367c3
Register server side
getdave Dec 10, 2025
dbe8322
Apply recommended identifier to Richtext
getdave Dec 10, 2025
4f6867e
i18n of close text
getdave Dec 10, 2025
82c78bc
Tweal function naming
getdave Dec 10, 2025
8eacbee
Avoid wrapper to simplify
getdave Dec 10, 2025
e26bf85
Simplify as a result of skipping serialization
getdave Dec 10, 2025
6728514
Remove anchor support
getdave Dec 10, 2025
e2db952
Correct since doc
getdave Dec 10, 2025
f46c64a
Fix blank file PHP
getdave Dec 10, 2025
9ec0ffd
Try fix to lint error in save def
getdave Dec 11, 2025
741539f
Only apply default aria label when text is not being controlled
getdave Dec 11, 2025
3a6d9f0
Same aria lavel fix but for save
getdave Dec 11, 2025
733ca79
Mark block experimental in metadata
getdave Dec 11, 2025
7fe8323
Remove i18n from save def
getdave Dec 11, 2025
3f80654
Refactor to ToolsPanel
getdave Dec 11, 2025
a66d451
Simplify RichText usage
getdave Dec 11, 2025
e10225a
Reinstate only allowing selected formats
getdave Dec 11, 2025
75a34c7
Style button manually
getdave Dec 11, 2025
48ab8c2
Add safeguard around direct usage of editor store
getdave Dec 11, 2025
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
Fix blank file PHP
  • Loading branch information
getdave committed Dec 10, 2025
commit f46c64a9ab85b5b3d6b8629a952fb66b3496301d
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ function register_block_core_navigation_overlay_close() {
);
}
add_action( 'init', 'register_block_core_navigation_overlay_close' );

Loading