<# if ( data.actions.new.visible ) { #>
<# } #>
<# if ( data.actions.edit.visible ) { #>
<# } #>
'',
'actions' => [
'new' => [
'visible' => false,
'label' => __( 'Create template', 'elementor-pro' ),
'document_config' => [
'type' => null,
],
'after_action' => 'switch_document',
],
'edit' => [
'visible' => false,
'label' => __( 'Edit template', 'elementor-pro' ),
'after_action' => 'switch_document',
],
],
]
);
}
}