Skip to content

Commit

Permalink
Merge pull request #633 from stellarwp/bugfix/KAD-3790
Browse files Browse the repository at this point in the history
bugfix/KAD-3790
  • Loading branch information
oakesjosh authored Dec 20, 2024
2 parents a3e5a62 + 29d298c commit 17ba375
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/blocks/header/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"customClassName": false,
"reusable": false,
"lock": false,
"kbMetadata": true
"kbMetadata": true,
"ktdynamic": true
},
"textdomain": "kadence-blocks",
"keywords": ["header", "footer", "navigation"],
Expand Down
1 change: 0 additions & 1 deletion src/blocks/header/children/row/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ export function Edit(props) {
})
}
disableMediaButtons={backgroundValue?.image ? true : false}
dynamicAttribute={'background' + suffix + size + ':image'}
isSelected={isSelected}
attributes={attributes}
setAttributes={setAttributes}
Expand Down
1 change: 0 additions & 1 deletion src/blocks/header/edit-inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ export function EditInner(props) {
)
}
disableMediaButtons={backgroundValue?.image ? true : false}
dynamicAttribute={'background' + suffix + size + ':image'}
isSelected={isSelected}
attributes={attributes}
setAttributes={setAttributes}
Expand Down

0 comments on commit 17ba375

Please sign in to comment.