Skip to content

Commit

Permalink
Remove <<<< HEAD refences.
Browse files Browse the repository at this point in the history
  • Loading branch information
samikeijonen committed Jan 2, 2018
1 parent 8c1f4e1 commit 7fea488
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions blocks/library/gallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ registerBlockType( 'core/gallery', {
images: {
type: 'array',
default: [],
<<<<<<< HEAD
source: 'query',
selector: 'ul.wp-block-gallery .blocks-gallery-item img',
query: {
Expand All @@ -49,13 +48,6 @@ registerBlockType( 'core/gallery', {
attribute: 'data-id',
},
},
=======
source: query( 'ul.wp-block-gallery .blocks-gallery-item img', {
url: attr( 'src' ),
alt: attr( 'alt' ),
id: attr( 'data-id' ),
} ),
>>>>>>> Change class to blocks-gallery-item.
},
columns: {
type: 'number',
Expand Down

0 comments on commit 7fea488

Please sign in to comment.