Skip to content

Commit

Permalink
タブボックス、見出しボックス、ラベルボックス、タブ見出しボックスで使用していた「枠の色」オプション名を「ボーダー色」に変更(他のブロックと…
Browse files Browse the repository at this point in the history
…オプション名の統一)
  • Loading branch information
yhira committed Jan 23, 2024
1 parent dff29b8 commit 1abe3d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blocks/dist/blocks.build.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blocks/src/block-universal/caption-box/edit.js
Expand Up @@ -134,7 +134,7 @@ export function CaptionBoxEdit( props ) {
title={ __( '色設定', THEME_NAME ) }
colorSettings={ [
{
label: __( '枠の色', THEME_NAME ),
label: __( 'ボーダー色', THEME_NAME ),
onChange: setBorderColor,
value: borderColor.color,
},
Expand Down
2 changes: 1 addition & 1 deletion blocks/src/block-universal/label-box/edit.js
Expand Up @@ -134,7 +134,7 @@ export function LabelBoxEdit( props ) {
title={ __( '色設定', THEME_NAME ) }
colorSettings={ [
{
label: __( '枠の色', THEME_NAME ),
label: __( 'ボーダー色', THEME_NAME ),
onChange: setBorderColor,
value: borderColor.color,
},
Expand Down
2 changes: 1 addition & 1 deletion blocks/src/block-universal/tab-caption-box/edit.js
Expand Up @@ -137,7 +137,7 @@ export function TabCaptionBoxEdit( props ) {
title={ __( '色設定', THEME_NAME ) }
colorSettings={ [
{
label: __( '枠の色', THEME_NAME ),
label: __( 'ボーダー色', THEME_NAME ),
onChange: setBorderColor,
value: borderColor.color,
},
Expand Down
2 changes: 1 addition & 1 deletion blocks/src/block/tab-box/edit.js
Expand Up @@ -138,7 +138,7 @@ export function TabBoxEdit( props ) {
title={ __( '色設定', THEME_NAME ) }
colorSettings={ [
{
label: __( '枠の色', THEME_NAME ),
label: __( 'ボーダー色', THEME_NAME ),
onChange: setBorderColor,
value: borderColor.color,
},
Expand Down

0 comments on commit 1abe3d3

Please sign in to comment.