-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Add Term Name block #72129
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
Merged
Merged
Add Term Name block #72129
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
75c3aed
Add initial block
mikachan 324f6fc
Add tagName attribute
mikachan c3549bc
Fix phpcs
mikachan dda7d42
Update packages/block-library/src/term-name/block.json
mikachan ffdefaa
Add border-box
mikachan 4ffb901
Remove term from isLink render logic
mikachan 7817e35
Update HTML element selector
mikachan 1319080
Switch to HeadingLevelDropdown
mikachan a4f201c
Remove border radius and margin controls
mikachan e8fb069
Use pseudo link
mikachan 78a1946
Allow block to be used outside of terms query
mikachan f1205da
Remove apply_filters
mikachan af78593
Rename tagName to level
mikachan f7e3c59
Add apply_filters back
mikachan 2bc9f9a
Merge branch 'trunk' into add/term-name-block
mikachan 8cacf01
Add new icon
mikachan 7eccb17
Remove fill from svg
mikachan e59e153
Add term title keyword
mikachan 87e8f77
Remove experimental flag
mikachan cb608e1
Fix spacing
mikachan 3e12e66
Remove apply_filters
mikachan 76f35a8
Add test fixture
mikachan 2644aa2
Add style import
mikachan c334cd5
Update svg
mikachan bce4117
Merge branch 'trunk' into add/term-name-block
mikachan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add border-box
- Loading branch information
commit ffdefaa6067297adbfa9c27aa08c233c62e00287
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -65,5 +65,6 @@ | |
| "style": true | ||
| } | ||
| } | ||
| } | ||
| }, | ||
| "style": "wp-block-term-name" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| .wp-block-term-name { | ||
| // This block has customizable padding, border-box makes that more predictable. | ||
| box-sizing: border-box; | ||
| } | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.