File tree Expand file tree Collapse file tree 3 files changed +15
-84
lines changed Expand file tree Collapse file tree 3 files changed +15
-84
lines changed Original file line number Diff line number Diff line change 1
- .. note ::
2
-
3
- This documentation is under construction, more to come soon
4
-
5
-
6
-
7
1
Twitter Bootstrap
8
2
=================
9
3
10
- Add twitter bootstrap css framework
11
-
12
4
Features
13
- ~~~~~~~~
5
+ --------
14
6
15
- - Insert here the different feature available for this plugin
7
+ - Add Twitter Bootstrap code
16
8
17
9
Configuration
18
- ~~~~~~~~~~~~~
10
+ -------------
19
11
20
- - Insert the yaml configuration for the DI
12
+ There is no configuration option. You only need to enable the plugin by adding this line into the IoC configuration file.
21
13
22
14
.. code-block :: yaml
23
15
24
- element.plugins.cache :
25
- cache_control :
26
- - { "path": "^.*\\.(txt|jpg|png|gif|xls|doc|docx)$", "Cache-Control": ['public', 's-maxage=14212800']}
27
- - { "path": "^(blog|gallery).*", "Cache-Control": ['public', 's-maxage=3600']}
28
- - { "path": "^.*\\.rss", "Cache-Control": ['public', 's-maxage=3600']}
29
- - { "path": "^contact.*", "Cache-Control": ['private', 'must-revalidate']}
30
- - { "path": "^/$", "Cache-Control": ['public', 's-maxage=3600']}
31
-
32
- Events
33
- ~~~~~~
34
-
35
- - List event or entry points for this plugin
36
-
37
- Architecture
38
- ~~~~~~~~~~~~
16
+ element.plugins.bootstrap :
39
17
40
- - Provide information about how the feature is implemented
Original file line number Diff line number Diff line change 1
- .. note ::
2
-
3
- This documentation is under construction, more to come soon
4
-
5
-
6
-
7
1
FlatUI
8
2
======
9
3
10
- Add flatui css framework
11
-
12
4
Features
13
- ~~~~~~~~
5
+ --------
14
6
15
- - Insert here the different feature available for this plugin
7
+ - Add flatui css framework
16
8
17
9
Configuration
18
- ~~~~~~~~~~~~~
10
+ -------------
19
11
20
- - Insert the yaml configuration for the DI
12
+ There is no configuration option. You only need to enable the plugin by adding this line into the IoC configuration file.
21
13
22
14
.. code-block :: yaml
23
15
24
- element.plugins.cache :
25
- cache_control :
26
- - { "path": "^.*\\.(txt|jpg|png|gif|xls|doc|docx)$", "Cache-Control": ['public', 's-maxage=14212800']}
27
- - { "path": "^(blog|gallery).*", "Cache-Control": ['public', 's-maxage=3600']}
28
- - { "path": "^.*\\.rss", "Cache-Control": ['public', 's-maxage=3600']}
29
- - { "path": "^contact.*", "Cache-Control": ['private', 'must-revalidate']}
30
- - { "path": "^/$", "Cache-Control": ['public', 's-maxage=3600']}
31
-
32
- Events
33
- ~~~~~~
34
-
35
- - List event or entry points for this plugin
36
-
37
- Architecture
38
- ~~~~~~~~~~~~
16
+ element.plugins.flatui :
39
17
40
- - Provide information about how the feature is implemented
Original file line number Diff line number Diff line change 1
- .. note ::
2
-
3
- This documentation is under construction, more to come soon
4
-
5
-
6
-
7
1
JQuery
8
2
======
9
3
10
- Add jQuery javascript framework
11
-
12
4
Features
13
- ~~~~~~~~
5
+ --------
14
6
15
- - Insert here the different feature available for this plugin
7
+ - Add jQuery javascript framework
16
8
17
9
Configuration
18
- ~~~~~~~~~~~~~
10
+ -------------
19
11
20
- - Insert the yaml configuration for the DI
12
+ There is no configuration option. You only need to enable the plugin by adding this line into the IoC configuration file.
21
13
22
14
.. code-block :: yaml
23
15
24
- element.plugins.cache :
25
- cache_control :
26
- - { "path": "^.*\\.(txt|jpg|png|gif|xls|doc|docx)$", "Cache-Control": ['public', 's-maxage=14212800']}
27
- - { "path": "^(blog|gallery).*", "Cache-Control": ['public', 's-maxage=3600']}
28
- - { "path": "^.*\\.rss", "Cache-Control": ['public', 's-maxage=3600']}
29
- - { "path": "^contact.*", "Cache-Control": ['private', 'must-revalidate']}
30
- - { "path": "^/$", "Cache-Control": ['public', 's-maxage=3600']}
31
-
32
- Events
33
- ~~~~~~
34
-
35
- - List event or entry points for this plugin
36
-
37
- Architecture
38
- ~~~~~~~~~~~~
16
+ element.plugins.jquery :
39
17
40
- - Provide information about how the feature is implemented
You can’t perform that action at this time.
0 commit comments