/**
  * @internal
  */
 public function _admin_action_remove_sidebar_preset_ajax()
 {
     $args = FW_Request::POST('data');
     $result = $this->backend->remove_preset($args);
     $this->ajax_response($result);
 }