Skip to content

Commit

Permalink
remove image, adjust example
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and aaronrobertshaw committed Jul 29, 2024
1 parent fc55b23 commit 3079605
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions packages/block-library/src/group/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export const settings = {
style: {
spacing: {
padding: {
top: '1em',
right: '1em',
bottom: '1em',
left: '1em',
top: '4em',
right: '3em',
bottom: '4em',
left: '3em',
},
},
},
Expand All @@ -46,12 +46,6 @@ export const settings = {
textAlign: 'center',
},
},
{
name: 'core/image',
attributes: {
url: 'https://s.w.org/images/core/5.3/Glacial_lakes%2C_Bhutan.jpg',
},
},
{
name: 'core/paragraph',
attributes: {
Expand All @@ -61,13 +55,20 @@ export const settings = {
),
},
},
{
name: 'core/spacer',
attributes: {
height: '10px',
},
},
{
name: 'core/button',
attributes: {
text: __( 'Read more' ),
},
},
],
viewportWidth: 600,
},
transforms,
edit,
Expand Down

0 comments on commit 3079605

Please sign in to comment.