Skip to content

Commit 578e1e9

Browse files
author
Mario Blažek
committed
Some styling
1 parent 8522895 commit 578e1e9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Resources/doc/INSTALL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Installation steps
1414

1515
Run the following from your website root folder to install Netgen InformationCollection Bundle:
1616

17-
```
17+
```bash
1818
$ composer require netgen/information-collection-bundle
1919
```
2020

@@ -37,7 +37,7 @@ public function registerBundles()
3737
Here is sample configuration for actions, the developer will need to define a list of actions to be run depending on the content type.
3838
Configuration needs to be added in `app/config/config.yml` or `app/config/ezplatform.yml`:
3939

40-
```yml
40+
```yaml
4141
netgen_information_collection:
4242
system:
4343
default:
@@ -53,22 +53,22 @@ netgen_information_collection:
5353
5454
Define fallback values for email, in case if content type does not have them defined:
5555
56-
```
56+
```yaml
5757
netgen.default.information_collection.email.recipient: '[email protected]'
5858
netgen.default.information_collection.email.subject: 'Subject'
5959
netgen.default.information_collection.email.sender: '[email protected]'
6060
```
6161
6262
Also define email templates for content types:
6363
64-
```
64+
```yaml
6565
netgen.default.information_collection.email.ng_feedback_form: 'AcmeBundle:email:ng_feedback_form.html.twig'
6666
netgen.default.information_collection.email.some_other_form: 'AcmeBundle:email:some_other_form.html.twig'
6767
```
6868
6969
And fallback email template:
7070
71-
```
71+
```yaml
7272
netgen.default.information_collection.email.default: 'AcmeBundle:email:default.html.twig'
7373
```
7474

0 commit comments

Comments
 (0)