forked from bolt/project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbolt.yaml
25 lines (21 loc) · 879 Bytes
/
bolt.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# All route definitions, used by Bolt: Bolt Control Panel ("backend"), Async and
# Thumbs, unless overridden in `../routing.yml` or another location.
# The Bolt Control Panel ("backend"). It's common to modify the `prefix` so the
# Control Panel can be accessed at a custom URL.
control_panel:
resource: '../../vendor/bolt/core/src/Controller/Backend/'
prefix: '%bolt.backend_url%'
type: annotation
# Async: Upload, Embed
control_panel_async:
resource: '../../vendor/bolt/core/src/Controller/Backend/Async'
prefix: '%bolt.backend_url%/async'
type: annotation
# ImageController, Currently only used for thumbnails
controllers:
resource: '../../vendor/bolt/core/src/Controller/ImageController.php'
type: annotation
# Routes added by Extensions get added here, by Bolt\Extension\RoutesLoader
extensions:
resource: .
type: bolt_extensions