The DropdownMenu displays a list of actions (each contained in a MenuItem, MenuItemsChoice, or MenuGroup) in a compact way. It appears in a Popover after the user has interacted with an element (a button or icon) or when they perform a specific action.
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
{ | |
"version": 1, | |
"settings": { | |
"color": { | |
"gradients": [], | |
"link": true, | |
"palette": [ | |
{ | |
"slug": "foreground", | |
"color": "#000000", |
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
{ | |
"apiVersion": 2, | |
"name": "core/post-title", | |
"title": "Post Title", | |
"category": "theme", | |
"description": "Displays the title of a post, page, or any other content-type.", | |
"textdomain": "default", | |
"usesContext": [ "postId", "postType", "queryId" ], | |
"attributes": { | |
"textAlign": { |
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
{ | |
"version": 1, | |
"settings": { | |
"color": { | |
"palette": [ | |
{ | |
"name": "Black", | |
"slug": "black", | |
"color": "#000000" | |
}, |
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
{ | |
"version": 1, | |
"templateParts": [ | |
{ | |
"name": "header", | |
"area": "header" | |
}, | |
{ | |
"name": "footer", | |
"area": "footer" |
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
{ | |
"version": 1, | |
"templateParts": [ | |
{ | |
"name": "header", | |
"area": "header" | |
}, | |
{ | |
"name": "footer", | |
"area": "footer" |
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
{ | |
"version": 1, | |
"settings": { | |
"color": { | |
"palette": [ | |
{ | |
"name": "Black", | |
"slug": "black", | |
"color": "#000000" | |
}, |
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
.wp-block-columns { | |
display: flex; | |
margin-bottom: 1.75em; | |
box-sizing: border-box; | |
// Responsiveness: Allow wrapping on mobile. | |
flex-wrap: wrap; | |
@include break-medium() { | |
flex-wrap: nowrap; |
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
{ | |
"apiVersion": 2, | |
"name": "core/group", | |
"title": "Group", | |
"category": "design", | |
"description": "Combine blocks into a group.", | |
"keywords": [ "container", "wrapper", "row", "section" ], | |
"textdomain": "default", | |
"attributes": { | |
"tagName": { |
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
{ | |
"version": 1, | |
"settings": { | |
"color": { | |
"palette": [ | |
{ | |
"name": "Black", | |
"slug": "black", | |
"color": "#000000", | |
"origin": "core" |
NewerOlder