diff --git a/example/src/blocks/color-settings-example/block.json b/example/src/blocks/color-settings-example/block.json index 42fe1984..9c31f138 100644 --- a/example/src/blocks/color-settings-example/block.json +++ b/example/src/blocks/color-settings-example/block.json @@ -1,18 +1,18 @@ { "name": "example/color-settings-example", "title": "Color Settings Component Example", - "description": "Example Block to show the Color settings component", - "icon": "smiley", - "category": "common", - "example": {}, - "supports": { - "html": false - }, - "attributes": { - "color": { - "type": "string" - } - }, - "variations": [], + "description": "Example Block to show the Color settings component", + "icon": "smiley", + "category": "common", + "example": {}, + "supports": { + "html": false + }, + "attributes": { + "color": { + "type": "string" + } + }, + "variations": [], "editorScript": "file:./index.js" } \ No newline at end of file diff --git a/example/src/blocks/color-settings-example/edit.js b/example/src/blocks/color-settings-example/edit.js index eabab1e6..ed97a414 100644 --- a/example/src/blocks/color-settings-example/edit.js +++ b/example/src/blocks/color-settings-example/edit.js @@ -12,8 +12,8 @@ export const BlockEdit = (props) => { const colors = [ { name: 'red', color: '#f00' }, - { name: 'white', color: '#fff' }, - { name: 'blue', color: '#00f' }, + { name: 'white', color: '#fff' }, + { name: 'blue', color: '#00f' }, ]; return ( <>