Skip to content

Commit 1832e64

Browse files
committed
1.6.7 - fix gallery type - disable regenrate thumbnails
1 parent 992ad27 commit 1832e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Types/GalleryType.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function getPublicValue()
122122
foreach ($files as $file) {
123123
$result[] = $file->getFullJson([
124124
'tager-admin-list', 'tager-admin-view'
125-
]);
125+
], false);
126126
}
127127
} else {
128128
if (is_array($this->value)) {
@@ -133,7 +133,7 @@ public function getPublicValue()
133133
$result[] = [
134134
'file' => $file->getFullJson([
135135
'tager-admin-list', 'tager-admin-view'
136-
]),
136+
], false),
137137
'caption' => $valueItem['caption']
138138
];
139139
}

0 commit comments

Comments
 (0)