Skip to content

Commit cef3c89

Browse files
author
Daiki Oshima
committed
fix : style setting
1 parent bc74dd3 commit cef3c89

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

readme.txt

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ e.g.
6565

6666
== Changelog ==
6767

68+
[ Bug Fix ][ Dynamic Text Block (Pro) ] Fixed a bug that caused an error when setting the style.
6869
[ Add Function ] Allow alpha value in some blocks.
6970
[ Add Function ][ Dynamic Text Block (Pro) ] Added an option to show/hide the title when an ancestor page is selected and the ancestor page is display.
7071
[ Add Function ][ Animation(Pro) ] Added transforms settings to wrap and unwrap.

src/blocks/_pro/dynamic-text/edit.js

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export default function DynamicTextEdit(props) {
118118
} else {
119119
editContent = (
120120
<ServerSideRender
121+
skipBlockSupportAttributes
121122
block="vk-blocks/dynamic-text"
122123
attributes={attributes}
123124
/>

0 commit comments

Comments
 (0)