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 3b6e30e commit c928793Copy full SHA for c928793
src/welcome/admin.js
@@ -1171,6 +1171,8 @@ const GlobalSettings = props => {
1171
props.handleSettingsChange( { stackable_use_size_presets_by_default: value } ) // eslint-disable-line camelcase
1172
} }
1173
help={ __( 'If enabled, range controls will be on preset mode by default.', i18n ) }
1174
+ disabled={ __( 'Use custom values', i18n ) }
1175
+ enabled={ __( 'Use presets', i18n ) }
1176
/>
1177
</div>
1178
}
0 commit comments