<?php

return [
    'default_collection' => 'default',
    'svg_route' => 'svg/{collection}.svg',

    'collections' => [
        'default' => [
            'paths' => [].
        ],
    ],

];