root/trunk/apps/snippets/config/view.yml

Revision 2, 434 bytes (checked in by fabien, 4 years ago)

initial import

Line 
1 default:
2   http_metas:
3     content-type: text/html; charset=utf-8
4
5   metas:
6     title:        Code Snippets
7     robots:       index, follow
8     description:  symfony project
9     keywords:     symfony, project
10     language:     en
11
12   stylesheets:    [main, snippets]
13
14   javascripts:    [ ]
15
16   has_layout:     on
17   layout:         layout
18
19   components:
20     login_links:  [user, loginLinks]
21     sidebar:      []
22
23   use_default_slots: on
Note: See TracBrowser for help on using the browser.