We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81cf9d commit 2cc5caaCopy full SHA for 2cc5caa
src/block-components/typography/edit.js
@@ -165,6 +165,7 @@ export const Controls = props => {
165
label={ __( 'Font Family', i18n ) }
166
onChange={ updateAttributeHandler( 'fontFamily' ) }
167
value={ getAttribute( 'fontFamily' ) }
168
+ placeholder="Theme Default"
169
helpTooltip={ {
170
video: 'typography-family',
171
description: __( 'Sets the font set to be used for the element', i18n ),
0 commit comments