Skip to content

Commit

Permalink
Merge branch 'nav' of https://github.com/stellarwp/kadence-blocks int…
Browse files Browse the repository at this point in the history
…o nav
  • Loading branch information
kadencewp committed Aug 19, 2024
2 parents c9e19ae + d8d3681 commit 2b6795a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/blocks/header/templates/basic-3.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function innerBlocks() {
[
createBlock(
'kadence/navigation',
{ uniqueID: '6_9c1e43-30', templateKey: 'short-vertical' },
{ uniqueID: '6_9c1e43-30', templateKey: 'short' },
[]
),
]
Expand Down
25 changes: 6 additions & 19 deletions src/blocks/header/templates/mobile-3.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,20 +176,7 @@ function innerBlocks() {
createBlock(
'kadence/header-column',
{ uniqueID: '75_924e83-33', location: 'right', metadata: { name: 'Right' } },
[
createBlock(
'kadence/image',
{
imgMaxWidth: 100,
sizeSlug: 'full',
linkDestination: 'none',
uniqueID: '75_21fad1-2e',
globalAlt: true,
url: '/wp-content/plugins/kadence-blocks/includes/assets/images/placeholder/logo-dark.png',
},
[]
),
]
[]
),
]
),
Expand Down Expand Up @@ -347,11 +334,6 @@ function innerBlocks() {
location: 'tablet-center',
metadata: { name: 'Center' },
},
[]
),
createBlock(
'kadence/header-column',
{ uniqueID: '75_20930f-fd', location: 'tablet-right', metadata: { name: 'Right' } },
[
createBlock(
'kadence/image',
Expand All @@ -367,6 +349,11 @@ function innerBlocks() {
),
]
),
createBlock(
'kadence/header-column',
{ uniqueID: '75_20930f-fd', location: 'tablet-right', metadata: { name: 'Right' } },
[]
),
]
),
createBlock('kadence/header-row', { uniqueID: '75_866679-84', metadata: { name: 'Bottom Row' } }, [
Expand Down

0 comments on commit 2b6795a

Please sign in to comment.