Tribe__Events__Pro__Editor__Blocks__Additional_Field::default_attributes()

Set the default attributes of this block


Return

(array)


Top ↑

Source

File: src/Tribe/Editor/Blocks/Additional_Field.php

	public function default_attributes() {
		return array(
			'isPristine' => true,
			'type'       => 'text',
			'label'      => '',
			'metaKey'    => '',
			'output'     => '',
		);
	}

Top ↑

Changelog

Changelog
Version Description
4.5 Introduced.