File "options.js"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/extend/inspector-control/controls/icon/options.js
File size: 297 B (297 B bytes)
MIME-type: text/x-java
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

import { __ } from '@wordpress/i18n';

const iconOptions = {
	alignment: [
		{ label: __( 'Top', 'generateblocks' ), value: 'top' },
		{ label: __( 'Center', 'generateblocks' ), value: 'center' },
		{ label: __( 'Bottom', 'generateblocks' ), value: 'bottom' },
	],
};

export default iconOptions;