adds page_size attribute to collection list component

This commit is contained in:
buttle 2021-11-10 14:18:27 +01:00
parent a735970d9b
commit d284002ae4
2 changed files with 3 additions and 2 deletions

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>