Skip to content

Commit be23d2a

Browse files
authored
Merge pull request #1701 from vektor-inc/fix/dynamic_text/style_setting
【二人目確認中】スタイルの設定をするとエラーが出る不具合を修正しました
2 parents 60b0080 + cef3c89 commit be23d2a

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)