Skip to content

Commit ea43f15

Browse files
committed
Fixed CHANGELOG files.
1 parent 5b7fcdb commit ea43f15

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

packages/block-editor-utils/CHANGELOG.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
// Component.js
3131

3232
Component.config = {
33-
name: 'CreateBlockBlockB',
34-
editorFields: {
35-
textArea: {
36-
type: 'string',
37-
label: 'My Message',
38-
location: 'editor',
39-
control: 'textarea', // <--- Render a TextAreaControl field in the Gutenberg editor
40-
},
41-
},
33+
name: 'CreateBlockBlockB',
34+
editorFields: {
35+
textArea: {
36+
type: 'string',
37+
label: 'My Message',
38+
location: 'editor',
39+
control: 'textarea', // <--- Render a TextAreaControl field in the Gutenberg editor
40+
},
41+
},
4242
};
4343
```
4444

@@ -72,9 +72,9 @@
7272

7373
```js
7474
<div
75-
style={styles}
76-
className="rich-text"
77-
dangerouslySetInnerHTML={{ __html: attributes.richText }}
75+
style={styles}
76+
className="rich-text"
77+
dangerouslySetInnerHTML={{ __html: attributes.richText }}
7878
/>
7979
```
8080

@@ -125,9 +125,9 @@
125125
import save from './save';
126126

127127
registerFaustBlock(MyFirstBlock, {
128-
blockJson: metadata,
129-
editFn: Edit,
130-
saveFn: save,
128+
blockJson: metadata,
129+
editFn: Edit,
130+
saveFn: save,
131131
});
132132
```
133133

0 commit comments

Comments
 (0)