Skip to content

Commit

Permalink
Make header and footer variations available in the inserter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Mar 19, 2021
1 parent e7cb54e commit 352f409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/template-part/variations.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const variations = [
),
icon: header,
isActive: createIsActiveBasedOnArea( 'header' ),
scope: [],
scope: [ 'inserter' ],
},
{
name: 'footer',
Expand All @@ -39,7 +39,7 @@ const variations = [
),
icon: footer,
isActive: createIsActiveBasedOnArea( 'footer' ),
scope: [],
scope: [ 'inserter' ],
},
];

Expand Down

0 comments on commit 352f409

Please sign in to comment.