Skip to content

Commit

Permalink
Merge pull request #1701 from vektor-inc/fix/dynamic_text/style_setting
Browse files Browse the repository at this point in the history
【二人目確認中】スタイルの設定をするとエラーが出る不具合を修正しました
  • Loading branch information
sysbird authored Jun 2, 2023
2 parents 60b0080 + cef3c89 commit be23d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ e.g.

== Changelog ==

[ Bug Fix ][ Dynamic Text Block (Pro) ] Fixed a bug that caused an error when setting the style.
[ Add Function ] Allow alpha value in some blocks.
[ 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.
[ Add Function ][ Animation(Pro) ] Added transforms settings to wrap and unwrap.
Expand Down
1 change: 1 addition & 0 deletions src/blocks/_pro/dynamic-text/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default function DynamicTextEdit(props) {
} else {
editContent = (
<ServerSideRender
skipBlockSupportAttributes
block="vk-blocks/dynamic-text"
attributes={attributes}
/>
Expand Down

0 comments on commit be23d2a

Please sign in to comment.