UNPKG

@wordpress/block-library

Version:
15 lines (12 loc) 285 B
import { _x } from '@wordpress/i18n'; const variations = [ { name: 'default', isDefault: true, // Translatable defaults can't live in `block.json`, so set it here. attributes: { downloadButtonText: _x( 'Download', 'button label' ), }, }, ]; export default variations;