Skip to content

5.2.1

Choose a tag to compare

@jeanvier jeanvier released this 23 Jan 08:27
· 12 commits to master since this release

What's New

Features

  • Sidebar visibility option: Added show_sidebar configuration option under browse settings to toggle the sidebar (tags/filters) visibility in browse mode
    • When show_sidebar is false:
      • Browse mode hides the sidebar and moves the upload button to the main content area
      • Upload/embed modes hide the tags selection column
      • Tags from settings.atags are automatically applied to uploads

Usage

$this->Attachment->input('Attachments', [
    'atags' => ['MyTag'],
    'browse' => ['show_sidebar' => false],
]);