Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Layout
Browse files Browse the repository at this point in the history
- Resources/doc/Installation.md
  • Loading branch information
metaclass-nl committed Dec 26, 2015
1 parent 9beb7fd commit 3d54d25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Resources/doc/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,17 @@ Installation
```
(there will probably already be an access_control configuration with several paths listed.
Add the above path to the list in an appropriate place. You may have to adapt ROLE_ADMIN to the user role identifier
appropriate for your application's security configuration.
appropriate for your application's security configuration.)
It needs translation enabled in your app/config/config.yml:
The user interface needs translation enabled in your app/config/config.yml:
```yml
framework:
translator: { fallbacks: ["%locale%"] }
```
The user interface has the following entries:
- guard/statistics
- guard/history/ipAddress (replace 'ipAddress' by an actual ip address)
- guard/statistics/username (replace 'username' by an actual username)
It has the following entries:
- guard/statistics
- guard/history/ipAddress (replace 'ipAddress' by an actual ip address)
- guard/statistics/username (replace 'username' by an actual username)
The default template assumes you have base.html.twig still in app/Resources/views.
See configuration 13 to make it extend your applications layout.
Expand Down
4 changes: 4 additions & 0 deletions Resources/doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,4 +336,8 @@ committed, pushed, published
----------------------------------------------------------
Layout
- Resources/doc/Installation.md added ```yml markings
committed, pushed, published
-----------------------------------------------------------
Layout
- Resources/doc/Installation.md some details

0 comments on commit 3d54d25

Please sign in to comment.