MCPcopy Create free account
hub / github.com/decaporg/decap-cms / t

Function t

packages/decap-cms-widget-datetime/src/DateTimeControl.js:24–28  ·  view source on GitHub ↗
('editor.editorWidgets.datetime.setToNow', { fieldLabel: fieldName })

Source from the content-addressed store, hash-verified

22 >
23 <button
24 aria-label={t('editor.editorWidgets.datetime.setToNow', { fieldLabel: fieldName })}
25 css={css`
26 ${buttons.button}
27 ${buttons.widget}
28 `}
29 onClick={() => handleChange(getNow())}
30 data-testid="now-button"
31 >

Callers 15

minMaxErrorFunction · 0.85
handleLinkClickFunction · 0.85
Toolbar.jsFile · 0.85
validateMinMaxFunction · 0.85
getPathErrorFunction · 0.85
selectSortableFieldsFunction · 0.85
MediaLibraryTop.jsFile · 0.85
MediaLibraryClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected