panel.file.sort

Permission to sort a file via drag and drop

Target Data

ui

$this->target()->page()
$this->target()->file()

sort

$this->target()->page()
$this->target()->file()
$this->target()->sort()

Example

<?php

// site/roles/editor.php
return [
  'name'        => 'Editor',
  'default'     => false,
  'permissions' => [
    '*'               => true,
    'panel.file.sort' => false
  ]
];