<?php
// The following configs can be globally configured, copy the array content over to your ROOT/config
return [
'CakeHtmx' => [
'boostLinks' => true,
'usePaginator' => true,
],
];