We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
n:inner-snippet
n:snippet
1 parent f0abd0b commit 03c2df6Copy full SHA for 03c2df6
src/Control/FileManager/templates/fileManagerControl.latte
@@ -30,7 +30,7 @@
30
</div>
31
32
33
- <div n:block="#files" n:inner-snippet="files" class="row" {if $sortable}data-file-manager-sortable-container="{$sortableRequest}"{/if}>
+ <div n:block="#files" n:snippet="files" class="row" {if $sortable}data-file-manager-sortable-container="{$sortableRequest}"{/if}>
34
{foreach $files as $file}
35
<div n:block="#file" class="col-auto text-center mb-5" {if $sortable}data-file-manager-sortable-item="{$file->getId()}"{/if}>
36
<div class="d-inline-block position-relative">
0 commit comments