update main branch #47

Merged
jorge merged 166 commits from develop into main 2021-12-01 11:20:13 +01:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit d284002ae4 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,8 @@ $collections = htmlentities(json_encode($collections, JSON_HEX_QUOT), ENT_QUOTES
?>
<div data-vue-component="archive-list"
data-collections='<?= $collections ?>'>
data-collections='<?= $collections ?>'
data-page_size=3>
</div>