Tribe__Events__Pro__Editor__Blocks__Additional_Field::default_attributes()
Set the default attributes of this block
Return
(array)
Source
File: src/Tribe/Editor/Blocks/Additional_Field.php
public function default_attributes() {
return array(
'isPristine' => true,
'type' => 'text',
'label' => '',
'metaKey' => '',
'output' => '',
);
}
Changelog
| Version | Description |
|---|---|
| 4.5 | Introduced. |