<?php

return [
    [
        'key' => '$LOWER_NAME$',
        'name' => '$CAPITALIZE_NAME$',
        'route' => 'admin.$LOWER_NAME$.index',
        'sort' => 2,
        'icon-class' => 'temp-icon',
    ]
];