Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 347 Bytes

overriding.md

File metadata and controls

18 lines (14 loc) · 347 Bytes

Overriding views

Example

In your app config

'view' => [
    'theme' => [
        'pathMap' => [
            '@nickdenry/ckeditorRoxyFileman/views' => '@app/views/roxy'
        ],
    ],
],

@see views overriding details