Skip to content

Commit

Permalink
updating some templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Aug 19, 2024
1 parent f169f23 commit d8d3681
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 @@ -345,11 +332,6 @@ function innerBlocks() {
uniqueID: '75_aba572-6e',
metadata: { name: 'Center', location: 'tablet-center' },
},
[]
),
createBlock(
'kadence/header-column',
{ uniqueID: '75_20930f-fd', location: 'tablet-right', metadata: { name: 'Right' } },
[
createBlock(
'kadence/image',
Expand All @@ -365,6 +347,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 d8d3681

Please sign in to comment.