5.2.1
What's New
Features
- Sidebar visibility option: Added
show_sidebarconfiguration option underbrowsesettings to toggle the sidebar (tags/filters) visibility in browse mode- When
show_sidebarisfalse:- 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.atagsare automatically applied to uploads
- When
Usage
$this->Attachment->input('Attachments', [
'atags' => ['MyTag'],
'browse' => ['show_sidebar' => false],
]);