Skip to content

Commit 2cc5caa

Browse files
committed
fix: add placeholder
1 parent a81cf9d commit 2cc5caa

File tree

1 file changed

+1
-0
lines changed
  • src/block-components/typography

1 file changed

+1
-0
lines changed

src/block-components/typography/edit.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export const Controls = props => {
165165
label={ __( 'Font Family', i18n ) }
166166
onChange={ updateAttributeHandler( 'fontFamily' ) }
167167
value={ getAttribute( 'fontFamily' ) }
168+
placeholder="Theme Default"
168169
helpTooltip={ {
169170
video: 'typography-family',
170171
description: __( 'Sets the font set to be used for the element', i18n ),

0 commit comments

Comments
 (0)