Skip to content

Commit

Permalink
classNames not being displayed on off canvas and off canvas triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Aug 8, 2024
1 parent 8457196 commit bda47dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/blocks/header/children/off-canvas-trigger/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,8 @@
"type": "string",
"default": "px"
}
},
"supports": {
"className": true
}
}
3 changes: 2 additions & 1 deletion src/blocks/header/children/off-canvas/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"category": "design",
"description": "Off Canvas block",
"supports": {
"inserter": true
"inserter": true,
"className": true
},
"textdomain": "kadence-blocks",
"attributes": {
Expand Down

0 comments on commit bda47dd

Please sign in to comment.